diff options
Diffstat (limited to 'lib/MGA/DrakISO/BuildRoot.pm')
-rw-r--r-- | lib/MGA/DrakISO/BuildRoot.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/MGA/DrakISO/BuildRoot.pm b/lib/MGA/DrakISO/BuildRoot.pm index 252f8d1..9e7b7ef 100644 --- a/lib/MGA/DrakISO/BuildRoot.pm +++ b/lib/MGA/DrakISO/BuildRoot.pm @@ -573,9 +573,6 @@ sub customise_live_system { # Create fstab. output_to_root($root, '/etc/fstab', 0644, 'none / overlay defaults 0 0'); - # Interactive mode can lead to race in initscripts. - run_as_root('sed', '-i', 's/^PROMPT=.*/PROMPT=no/', $root . '/etc/sysconfig/init'); - print "..copying additional files\n" if $::verbose > 1; # Copy extra files as requested by the user. |