diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-10 16:37:40 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-10 16:37:40 +0100 |
commit | 08c729463d520125bdaed26b319ee0ad7095063d (patch) | |
tree | ed2062483c543b9819091918a1628d0189a4ad8a /src/core/libs | |
parent | a3bdecf6ed4e5854e82faa6ac1c02c70ec394df1 (diff) |
fix for need to press ok aaarg
Diffstat (limited to 'src/core/libs')
-rw-r--r-- | src/core/libs/lib-blockdevices-filesystems.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 161f118..8234463 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -33,7 +33,7 @@ target_special_fs () # the destination root partition last! target_umountall() { - notify "Disabling swapspace, unmounting already mounted disk devices..." + infofy "Disabling swapspace, unmounting already mounted disk devices..." swapoff -a >/dev/null 2>&1 umount $(mount | grep -v "${var_TARGET_DIR} " | grep "${var_TARGET_DIR}" | sed 's|\ .*||g') >/dev/null 2>&1 umount $(mount | grep "${var_TARGET_DIR} " | sed 's|\ .*||g') >/dev/null 2>&1 |