summaryrefslogtreecommitdiff
path: root/scripts/live-bottom
diff options
context:
space:
mode:
authorMarco Amadori <amadorim@vdavda.com>2008-09-15 16:46:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:02 +0100
commit7b390a2051b1f427275820d098efa027b6994457 (patch)
treef7abe5dbbc90c2760d4855ffa09c5881d6c92d07 /scripts/live-bottom
parentcdbdce110d7a9a12ee297a26cfa6a1fde8dd5a4c (diff)
downloadlive-boot-7b390a2051b1f427275820d098efa027b6994457.tar.gz
live-boot-7b390a2051b1f427275820d098efa027b6994457.zip
Removed mount -n option, since mtab is there.
Diffstat (limited to 'scripts/live-bottom')
-rwxr-xr-xscripts/live-bottom/05mountpoints2
-rwxr-xr-xscripts/live-bottom/20xconfig6
-rwxr-xr-xscripts/live-bottom/21xdriver6
-rwxr-xr-xscripts/live-bottom/21xvidemode6
4 files changed, 10 insertions, 10 deletions
diff --git a/scripts/live-bottom/05mountpoints b/scripts/live-bottom/05mountpoints
index a8717d7..ce151e1 100755
--- a/scripts/live-bottom/05mountpoints
+++ b/scripts/live-bottom/05mountpoints
@@ -30,7 +30,7 @@ log_begin_msg "Moving mount points"
if [ ! -d /root/live/image ]
then
mkdir -p /root/live/image
- mount -n --move /live/image /root/live/image
+ mount --move /live/image /root/live/image
fi
log_end_msg
diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig
index 3e927a3..947b7ec 100755
--- a/scripts/live-bottom/20xconfig
+++ b/scripts/live-bottom/20xconfig
@@ -50,9 +50,9 @@ log_begin_msg "Configuring X"
locale=en_US.UTF-8
-mount -n -o bind /sys /root/sys
-mount -n -o bind /proc /root/proc
-mount -n -o bind /dev /root/dev
+mount -o bind /sys /root/sys
+mount -o bind /proc /root/proc
+mount -o bind /dev /root/dev
if [ -n "${XDEBCONF}" -a -x /root/usr/sbin/xdebconfigurator ]
then
diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver
index 075a53e..5232f5f 100755
--- a/scripts/live-bottom/21xdriver
+++ b/scripts/live-bottom/21xdriver
@@ -38,9 +38,9 @@ log_begin_msg "Configuring X video driver"
if [ -n "$XDRIVER" ]
then
- mount -n -o bind /sys /root/sys
- mount -n -o bind /proc /root/proc
- mount -n -o bind /dev /root/dev
+ mount -o bind /sys /root/sys
+ mount -o bind /proc /root/proc
+ mount -o bind /dev /root/dev
chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null << EOF
set xserver-xorg/autodetect_video_card false
diff --git a/scripts/live-bottom/21xvidemode b/scripts/live-bottom/21xvidemode
index 24116e9..23eb212 100755
--- a/scripts/live-bottom/21xvidemode
+++ b/scripts/live-bottom/21xvidemode
@@ -38,9 +38,9 @@ log_begin_msg "Configuring X video modes"
if [ -n "$XVIDEOMODE" ]
then
- mount -n -o bind /sys /root/sys
- mount -n -o bind /proc /root/proc
- mount -n -o bind /dev /root/dev
+ mount -o bind /sys /root/sys
+ mount -o bind /proc /root/proc
+ mount -o bind /dev /root/dev
chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null << EOF
set xserver-xorg/config/monitor/mode-list ${XVIDEOMODE}