From 8ea372b5ceb442e389fb3df542c72f665bbdcbdf Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Wed, 17 Oct 2018 21:07:37 +0100 Subject: BuildRoot: remove fixup of obsolete /etc/sysconfig/init script. --- lib/MGA/DrakISO/BuildRoot.pm | 3 --- 1 file changed, 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. -- cgit v1.2.1