From 69d88d3bac0bfa30cbfeb08c1634e20cfa8fcee4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Mar 2006 20:03:41 +0000 Subject: make mount know about / in rc.sysinit --- tools/draklive | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/draklive b/tools/draklive index 82e4dace7..17032095e 100755 --- a/tools/draklive +++ b/tools/draklive @@ -491,6 +491,7 @@ sub post_install_system { #- remove some build-machine specific configuration substInFile { undef $_ if /^[^#]/ } get_system_root($live) . $_ foreach qw(/etc/fstab /etc/mtab /etc/modprobe.conf /etc/modprobe.preload /etc/iftab /etc/shorewall/interfaces /etc/mdadm.conf); + output_with_perm(get_system_root($live) . '/etc/fstab', 0644, "none / unionfs rw 0 0\n"); #- run harddrake because a crappy snd-usb-audio workaround may do something at shutdown #- (do it after the modprobe files are cleaned) -- cgit v1.2.1