From 6ca2b30e1bd7b636f856725300c1d44fe1b56381 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sat, 21 Jan 2006 19:23:31 +0000 Subject: disapproval of revision '0b95bcbd94eecc35400e4a1a8af33317d5f8b411' --- packages/slugos-init/files/boot/disk | 6 +++--- packages/slugos-init/files/turnup | 13 +++++-------- packages/slugos-init/slugos-init_0.10.bb | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/packages/slugos-init/files/boot/disk b/packages/slugos-init/files/boot/disk index 37505f8924..ede33a3ee6 100755 --- a/packages/slugos-init/files/boot/disk +++ b/packages/slugos-init/files/boot/disk @@ -13,9 +13,9 @@ export PATH=/sbin:/bin:/usr/sbin:/usr/bin # if test -n "$1" then - label="$1" + device="$1" shift - echo "boot: rootfs: mount $* $label" + echo "boot: rootfs: mount $* $device" # # wait if required test "$sleep" -gt 0 && sleep "$sleep" @@ -23,7 +23,7 @@ then # Mount read-write because before exec'ing init # this script creates the '.recovery' link to # detect failed boot. No file type is given to - if mount "$@" -L "$label" /mnt + if mount "$@" "$device" /mnt then # checkmount checks for sh, init and no # .recovery plus either mnt or initrd diff --git a/packages/slugos-init/files/turnup b/packages/slugos-init/files/turnup index 3bb1a55b9c..0029697c50 100644 --- a/packages/slugos-init/files/turnup +++ b/packages/slugos-init/files/turnup @@ -309,7 +309,7 @@ setup_fstab() { # -# boot_rootfs