[Bug 60565] Re: Ububtu 6.06.1 Alternate does not run base-config/late_command

Rolf Leggewie 60565 at bugs.launchpad.net
Mon Oct 3 04:53:27 UTC 2011


** Changed in: installation-guide (Ubuntu Dapper)
       Status: Confirmed => Won't Fix

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

Title:
  Ububtu 6.06.1 Alternate does not run base-config/late_command

Status in “installation-guide” package in Ubuntu:
  Fix Released
Status in “installation-guide” source package in Dapper:
  Won't Fix

Bug description:
  Binary package hint: network-preseed

  On 5.10 I created an automated install/configure using preseed base-
  config/late_command to install/run Cfengine. The same trick doesn't
  work in 6.06.1 Alternate.

  I copied ubuntu/doc/install/manual/example-preseed.txt.gz
  from Ubuntu 6.06.1 Alternate CD-ROM and tweaked it for my network (diff below) adding a base-config/late_command to create directory /root/base_config_late_command_ran . Ubuntu 6.06.1 installs fine but that directory has not been created. Only trace of the base-config/late_command under /var/log/ is in /var/log/installer/cdebconf/questions.dat :

  Value: mkdir /root/base_config_late_command_ran

  An equivalent 5.10 preseed file with the same base-config/late_command
  installs 5.10 and creates that directory just fine.

  Any ideas?

  45c45
  < d-i mirror/http/hostname string archive.ubuntu.com
  ---
  > d-i mirror/http/hostname string 192.168.0.2
  50c50
  < #d-i mirror/suite string dapper
  ---
  > d-i mirror/suite string stable
  52c52
  < #d-i mirror/udeb/suite string dapper
  ---
  > d-i mirror/udeb/suite string stable
  134,135c134,135
  < #d-i passwd/user-fullname string Ubuntu User
  < #d-i passwd/username string ubuntu
  ---
  > d-i passwd/user-fullname string Mr Administrator
  > d-i passwd/username string admin
  137,138c137,138
  < #d-i passwd/user-password password insecure
  < #d-i passwd/user-password-again password insecure
  ---
  > d-i passwd/user-password password adminMe
  > d-i passwd/user-password-again password adminMe
  235a236,237
  > base-config base-config/late_command \
  >       string mkdir /root/base_config_late_command_ran

  regards

  --
  Andrew Flint

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/60565/+subscriptions




More information about the foundations-bugs mailing list