[Bug 1428589] Re: Awk command not working in %pre section of ks.cfg file

Colin Watson cjwatson at canonical.com
Thu Feb 18 11:31:16 UTC 2016


Yes, awk is not and won't be available in the installer environment,
which is very stripped-down and minimal.  You can generally rewrite such
things using sed, which is available; or in some cases it's possible to
arrange to run commands in the installed system instead, e.g. with
"%post" rather than "%post --nochroot".

** Changed in: system-config-kickstart (Ubuntu)
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to system-config-kickstart in
Ubuntu.
https://bugs.launchpad.net/bugs/1428589

Title:
  Awk command not working in %pre section of ks.cfg file

Status in system-config-kickstart package in Ubuntu:
  Won't Fix

Bug description:
  We are customizing Ubuntu 12.04.5 and 14.X using kickstart ks.cfg file. We have seen that our shell scripts are failing as AWK ,CUT commands etc are not working during the pre installation phase i.e., in the busy box those commands are not there.
  But once the installation is completed the commands are working fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-kickstart/+bug/1428589/+subscriptions



More information about the foundations-bugs mailing list