Public bug reported:

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

** Affects: preseed (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
Ububtu 6.06.1 Alternate does not run base-config/late_command
https://launchpad.net/bugs/60565

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to