diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-02-19 23:24:28 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:07 +0100 |
| commit | dca16427ad073226f2745f14fdf2c27b41b013eb (patch) | |
| tree | 37b1a81e72fc023f8a1f0c7848d630e23cecaf30 | |
| parent | 9d8b1f59274d646a48efe7b26e0263459e5afd52 (diff) | |
| download | live-boot-dca16427ad073226f2745f14fdf2c27b41b013eb.tar.gz live-boot-dca16427ad073226f2745f14fdf2c27b41b013eb.zip | |
Removing unused syncs in initscript.
| -rw-r--r-- | debian/live-initramfs.init | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init index 294355d..1ba8d5c 100644 --- a/debian/live-initramfs.init +++ b/debian/live-initramfs.init @@ -137,11 +137,6 @@ do_stop () if [ -z ${QUICKREBOOT} ] then - # in order to deal with the aufs unmount problem, we do a sync here. - sync - sleep 1 - sync - # TODO: i18n BOOT_DEVICE="$(get_boot_device)" |
