summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts/files/init-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/initrdscripts/files/init-install.sh')
-rw-r--r--meta/recipes-core/initrdscripts/files/init-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/meta/recipes-core/initrdscripts/files/init-install.sh
index e71579631b..df33791ec7 100644
--- a/meta/recipes-core/initrdscripts/files/init-install.sh
+++ b/meta/recipes-core/initrdscripts/files/init-install.sh
@@ -261,7 +261,7 @@ if [ -d /tgt_root/etc/ ] ; then
261 echo "$bootdev /boot ext3 defaults 1 2" >> /tgt_root/etc/fstab 261 echo "$bootdev /boot ext3 defaults 1 2" >> /tgt_root/etc/fstab
262 # We dont want udev to mount our root device while we're booting... 262 # We dont want udev to mount our root device while we're booting...
263 if [ -d /tgt_root/etc/udev/ ] ; then 263 if [ -d /tgt_root/etc/udev/ ] ; then
264 echo "${device}" >> /tgt_root/etc/udev/mount.blacklist 264 echo "${device}" >> /tgt_root/etc/udev/mount.ignorelist
265 fi 265 fi
266fi 266fi
267umount /tgt_root 267umount /tgt_root