Patch for Bug #227013 - /boot not mounted
[moblin-image-creator.eeepc.git] / default_config / defaults.cfg
blob27fa65a2007e90e0afd27c57e5ae906f5de6d68d
1 # Master config file for moblin-image-creator.  If you would like to override
2 # these values, please create a config
3 # file in: ~/.image-creator/image-creator.cfg
5 # It is recommended that you do NOT put your changes in any of the files in
6 # /usr/share/pdk/default_config/, since they will be wiped out if you install a
7 # new package.
8
9 # If you run /usr/share/pdk/lib/mic_cfg.py directly, it will print out the
10 # configuration information as it has parsed it.
13 #  *********  General section **********
14 [general]
15 debug = 0
17 # Be verbose when saving and loading projects, 0 is no, 1 is yes
18 verbose_project_tar = 0
20 #  *********  Platform section **********
21 # If you want to have configuration date for a specific platform, then you can
22 # specify a section name in the form of [platform.platform_name].  Otherwise
23 # the [platform] section will be used by default for any platform.
24 # Example: [platform.menlow] to have a section for the menlow platform
26 # Note: If you change any of the buildroot_mirror, buildroot_codename,
27 # buildroot_extras, buildroot_packages, or architecture.  You will need to
28 # delete your current rootstraps for it to take affect. This command will do
29 # that:  image-creator --command clear-rootstraps
30 [platform]
32 # mirror to use for platform (aka buildroot) rootstrap configuration
33 buildroot_mirror = http://ports.ubuntu.com/ubuntu-ports/
34 # codename to use for platform rootstrap configuration
35 buildroot_codename = gutsy
37 # components to use for platform rootstrap configuration
38 buildroot_components = main restricted universe multiverse
40 # What additional packages need to be installed in the buildroot roostrap
41 buildroot_extras = squashfs-tools dosfstools syslinux module-init-tools mtools gpgv
43 # What packages need to be installed in the buildroot (outside the rootstrap archive)
44 buildroot_packages = initramfs-tools debhelper devscripts liburi-perl kernel-package dpatch grub libncursesw5-dev libncurses5-dev man less vim apt-utils libgtk2.0-dev ssh automake autotools-dev build-essential gtk-doc-tools dh-make hildon-desktop libhildon-1-dev libhildonfm2-dev hildon-desktop-dev
46 # Options for the kernel that will be booted from the hard drive on the device
47 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 splash quiet
49 # Options for the kernel that will be booted from the USB flash drive
50 usb_kernel_cmdline = initrd=initrd.img boot=usb 
52 # Options for the kernel that will be booted from the CD drive
53 cd_kernel_cmdline = initrd=initrd.img boot=cd
55 # Architecture to use for creating the rootstraps
56 architecture=lpia
59 #*********** Ubuntu Platforms *************************
61 # ********** Special stuff unique to McCaslin ********** 
62 [platform.mccaslin-lpia]
63 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 nolapic_timer splash quiet
65 [platform.mccaslin-lpia-ubuntu-gutsy-ppa]
66 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 nolapic_timer splash quiet
68 # ********** Special stuff unique to McCaslin ********** 
69 [platform.mccaslin-lpia-ubuntu-hardy]
70 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 nolapic_timer splash quiet
71 # codename to use for platform rootstrap configuration
72 buildroot_codename = hardy
74 # ********** Special stuff unique to McCaslin ********** 
75 [platform.mccaslin-lpia-ubuntu-hardy-ppa]
76 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 nolapic_timer splash quiet
77 # codename to use for platform rootstrap configuration
78 buildroot_codename = hardy
80 [platform.mccaslin-lpia-ubuntu-hardy-ppa-snapshot]
81 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 nolapic_timer splash quiet
82 # codename to use for platform rootstrap configuration
83 buildroot_codename = hardy
84 # Going to use the snapshot for the PPA platform
85 buildroot_mirror = http://snapshot.ubuntu.com/lpia/snapshot/2008-02-27/ports/
87 # ********** Special stuff unique to Menlow ********** 
88 [platform.menlow-lpia]
89 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 splash quiet ht=on
91 [platform.menlow-lpia-ubuntu-gutsy-ppa]
92 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 splash quiet ht=on
94 [platform.menlow-lpia-ubuntu-hardy]
95 # codename to use for platform rootstrap configuration
96 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 splash quiet ht=on
97 buildroot_codename = hardy
99 [platform.menlow-lpia-ubuntu-hardy-ppa]
100 # codename to use for platform rootstrap configuration
101 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 splash quiet ht=on
102 buildroot_codename = hardy
104 [platform.menlow-lpia-ubuntu-hardy-ppa-snapshot]
105 # codename to use for platform rootstrap configuration
106 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 splash quiet ht=on
107 buildroot_codename = hardy
108 # Going to use the snapshot for the PPA platform
109 buildroot_mirror = http://snapshot.ubuntu.com/lpia/snapshot/2008-02-27/ports/
112 # ***************** Fedora Platforms *****************************
113 [platform.mccaslin-lpia-fedora]
114 # What additional packages need to be installed in the buildroot roostrap
115 buildroot_extras = squashfs-tools dosfstools syslinux module-init-tools mtools
117 # What packages need to be installed in the buildroot (outside the rootstrap archive)
118 buildroot_packages = grub man less vim automake autotools-dev openssh-clients
120 # ********** Install Image section ***********
121 [installimage]
122 welcome_message = Welcome to Moblin:
124 # How big, in megabytes, to make the ext3 File System on the Live Read/Write
125 # USB image
126 ext3fs_size = 100
128 # How big, in megabytes, to make the boot partition for HD installation image
129 boot_partition_size = 1024
131 # Options for swap partition: 0 = No swap, 1 = swap file created (but not
132 # enabled because it is NOT put into /etc/fstab) this could be useful for
133 # hibernation,  2 = swap on (swap file created and put into /etc/fstab)
134 swap_option = 2
136 # How big, in megabytes, to make the swap partition for HD installation image
137 # Only meaningful when swap_option != 0, if swap_option == 0, then
138 # swap_partition_size will be forced to 0.
139 swap_partition_size = 1024
141 # How big, in megabytes, to make the FAT32 partition for HD installation image
142 fat32_partition_size = 0
144 # Use squashfs, 1 = use squashfs, 0 = do NOT use squashfs on the target disk.
145 use_squashfs = 1
147 # ********** Special stuff unique to Menlow **********
148 # Only Menlow has USBC and need fat32 partition for media sync usage
149 [installimage.menlow-lpia]
150 fat32_partition_size = 4096
152 [installimage.menlow-lpia-ubuntu-gutsy-ppa]
153 fat32_partition_size = 4096
155 [installimage.menlow-lpia-ubuntu-hardy]
156 fat32_partition_size = 4096
158 [installimage.menlow-lpia-ubuntu-hardy-ppa]
159 fat32_partition_size = 4096
161 [installimage.menlow-lpia-ubuntu-hardy-ppa-snapshot]
162 fat32_partition_size = 4096
164 # Distribution information
165 # ubuntu = debian
166 [distribution.debian]
167 required_exes = debootstrap apt-get
169 # Fedora
170 [distribution.fedora]
171 # It is blank, but don't delete it
172 required_exes =