Comment 8 for bug 376120

Revision history for this message
lasker_341 (lasker-341) wrote :

==================================================================
Here is preseed.cfg for rev124
==================================================================

## LOCALE
# set using kernel boot argumens

## KEYBOARD
# set using kernel boot argumens

## NETWORKING
d-i netcfg/choose_interface select auto
d-i netcfg/dhcp_failed note
d-i netcfg/dhcp_options select Do not configure the network at this time
d-i netcfg/get_hostname string ubuntu
d-i netcfg/get_domain string ubuntu-domain
d-i netcfg/wireless_essid string essid
d-i netcfg/wireless_wep string

## SHELL COMMANDS.
d-i preseed/early_command string [ -x /custom-installation/hooks/early-command.sh ] && /custom-installation/hooks/early-command.sh

## UBIQUITY
ubiquity ubiquity/summary note
ubiquity ubiquity/reboot boolean true
ubiquity ubiquity/success_command string [ -x /custom-installation/hooks/success-command.sh ] && /custom-installation/hooks/success-command.sh
ubiquity ubiquity/failure_command string [ -x /custom-installation/hooks/failure-command.sh ] && /custom-installation/hooks/failure-command.sh

## SKIP Security-Update-Error
d-i apt-setup/security-updates-failed note

## MIRRORS
d-i mirror/http/proxy string

## SUITE
d-i mirror/suite string jaunty

## PARTITIONING
d-i partman-auto/disk string LIDISK
d-i partman-auto/method string loop
d-i partman-auto-loop/partition string LIPARTITION
d-i partman-auto-loop/recipe string \
  /ubuntu/disks/root.disk 3000 3744 3744 ext3 method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . \
  /ubuntu/disks/swap.disk 100 256 256 linux-swap method{ swap } format{ } . \

d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition \
       select Finish partitioning and write changes to disk
d-i partman/confirm boolean true
d-i partman/filter_mounted boolean false
d-i ubiquity/partman-skip-unmount boolean true

## CLOCK AND TIME ZONE
d-i clock-setup/utc boolean false
d-i time/zone string Europe/Rome

## USER ACCOUNT
d-i passwd/root-login boolean false
d-i passwd/user-fullname string sysop
d-i passwd/username string sysop
d-i passwd/user-password-crypted password $1$GvnD1$R8Hgc/pUIbERMWoooIruh/
d-i user-setup/encrypt-home boolean false

## BOOT LOADER
d-i lilo-installer/skip boolean true
d-i grub-installer/bootdev_directory string /ubuntu/disks
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true

## PACKAGE SELECTION
tasksel tasksel/first multiselect ubuntu-desktop

## FINISH FIRST STAGE
d-i finish-install/reboot_in_progress note
d-i cdrom-detect/eject boolean false

## X CONFIGURATION
xserver-xorg xserver-xorg/autodetect_monitor boolean true

## MIGRATION-ASSISTANT
#UserFolder=/Documents and Settings/sysop
d-i anna/choose_modules multiselect migration-assistant
d-i migration-assistant/partitions multiselect Windows XP Professional (/dev/MADEVICE)
d-i migration-assistant/MADEVICE/users multiselect sysop
d-i migration-assistant/MADEVICE/sysop/items multiselect AIM Triton, Internet Explorer, Yahoo, MSN, Opera, Firefox, Wallpaper, User Picture, Outlook Express, Gaim
d-i migration-assistant/MADEVICE/sysop/user string sysop