Kickstart on 8.10-server irregularities

Bug #320053 reported by DW
2
Affects Status Importance Assigned to Milestone
busybox (Ubuntu)
New
Undecided
Unassigned

Bug Description

below is the kickstart I use to install 8.10-server, this kickstart works almost perfectly fine in 8.04 except it still asks me how i want the disk to be partitioned. In 8.10 there are a series of irregularities.

Generated by Kickstart Configurator
#platform=x86
lang en_US
langsupport en_US
keyboard us
mouse
timezone America/New_York
rootpw --iscrypted removed.
user administrator --fullname "" --iscrypted --password removed
reboot
text
install
url --url http://ubuntu.osuosl.org/ubuntu
bootloader --location=mbr
zerombr yes
clearpart --all --initlabel
auth --useshadow --enablemd5
network --bootproto=dhcp --device=eth0 --hostname=server
firewall --disabled
skipx
%packages
ssh

I replaced 'removed' with the actual encrypted values.

The root user's password is not set, and a user named administrator is not created (it asks to create a non superuser during the install).

also, on the netboot about 20 errors which reference busybox -l being an invalid option are displayed during install.

thanks, DW

Colin Watson (cjwatson)
Changed in kickseed:
assignee: nobody → kamion
Revision history for this message
Colin Watson (cjwatson) wrote :

This turns out to be due to bug 293586.

Changed in kickseed:
assignee: kamion → nobody
Revision history for this message
DW (aweaver) wrote :

#Generated by Kickstart Configurator
#platform=x86
lang en_US
langsupport en_US
keyboard us
mouse
timezone America/New_York
rootpw --iscrypted removed
user administrator --fullname "" --iscrypted --password removed
reboot
text
install
url --url http://10.1.0.1/Ubuntu8.10
bootloader --location=mbr
zerombr yes
clearpart --all --initlabel
preseed partman-auto/choose_recipe select atomic
preseed partman/choose_partition string finish
preseed partman/confirm boolean true
preseed partman-lvm/device_remove_lvm boolean true
preseed preseed/late_command string in-target sed -i 's/http:\/\/10.1.0.1\/ubuntu/http:\/\/ubuntu.osuosl.org\/ubuntu/g' /etc/$
preseed preseed/late_command string in-target sed -i 's/http:\/\/10.1.0.1\/Ubuntu8.10\//http:\/\/ubuntu.osuosl.org\/ubuntu/g'$
#preseed preseed/late_command string chroot /target sed -i 's/http:\/\/10.1.0.1\/ubuntu/http:\/\/ubuntu.osuosl.org\/ubuntu/g' /etc/$
#preseed preseed/late_command string chroot /target sed -i 's/http:\/\/10.1.0.1\/Ubuntu8.10\//http:\/\/ubuntu.osuosl.org\/ubuntu/g'$
auth --useshadow --enablemd5
network --bootproto=dhcp --device=eth0 --hostname=Server
firewall --disabled
skipx
%packages
ssh

Revision history for this message
DW (aweaver) wrote :

lang en_US
langsupport en_US
keyboard us
mouse
timezone America/New_York
rootpw --iscrypted removed
user administrator --fullname "" --iscrypted --password removed
text
install
url --url http://10.1.0.1/Ubuntu8.10
bootloader --location=mbr
zerombr yes
clearpart --all --initlabel
preseed partman-auto/choose_recipe select atomic
preseed partman/choose_partition string finish
preseed partman/confirm boolean true
preseed partman-lvm/device_remove_lvm boolean true
preseed preseed/late_command string in-target sed -i 's/http:\/\/10.1.0.1\/ubuntu/http:\/\/ubuntu.osuosl.org\/ubuntu/g' /etc/a
pt/sources.list; in-target apt-get update
preseed preseed/late_command string in-target sed -i 's/http:\/\/10.1.0.1\/Ubuntu8.10\//http:\/\/ubuntu.osuosl.org\/ubuntu/g'
/etc/apt/sources.list; in-target apt-get update
#preseed preseed/late_command string chroot/target sed -i 's/http:\/\/10.1.0.1\/ubuntu/http:\/\/ubuntu.osuosl.org\/ubuntu/g' /etc/a
pt/sources.list; in-target apt-get update
#preseed preseed/late_command string chroot /target sed -i 's/http:\/\/10.1.0.1\/Ubuntu8.10\//http:\/\/ubuntu.osuosl.org\/ubuntu/g'
/etc/apt/sources.list; in-target apt-get update

auth --useshadow --enablemd5
network --bootproto=dhcp --device=eth0 --hostname=Server
firewall --disabled
skipx
%packages
ssh

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.