From 064d9f29930b20b45d0a68691b7bed49e1707aad Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Fri, 22 Aug 2008 04:39:50 +0000 Subject: slugOS 5.0 is born - initial commit. - enable many busybox options - replace several packages in rootfs with busybox, and adjust various config files and scripts to accomodate busybox options - change default alignment behavior to be more lenient Note: this is the first of many disruptive changes for SlugOS 5; this version is to be considered unstable at best! --- packages/slugos-init/files/boot/kexec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/slugos-init/files/boot/kexec') diff --git a/packages/slugos-init/files/boot/kexec b/packages/slugos-init/files/boot/kexec index 8973d20bfe..dd757fd771 100644 --- a/packages/slugos-init/files/boot/kexec +++ b/packages/slugos-init/files/boot/kexec @@ -126,7 +126,7 @@ if [ -n "$1" -a -n "$2" ] ; then sleep "$sleep" if [ -n "$UUID" ] ; then echo "mounting partition UUID \"$UUID\"..." - if mount -o ro -U "$UUID" /mnt ; then + if mount -o ro UUID="$UUID" /mnt ; then need_umount=1 kexec_image="/mnt/$kpath" fi -- cgit v1.2.3