~ubuntu-core-dev/debian-installer/xenial-proposed

« back to all changes in this revision

Viewing changes to build/config/i386/floppy/root.cfg

  • Committer: Colin Watson
  • Date: 2007-11-28 18:32:20 UTC
  • mfrom: (664.2.2667)
  • Revision ID: cjwatson@canonical.com-20071128183220-ilixcc1n5fw1m2t6
Tags: 20061102ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Ubuntu branding of various kinds.
  - Use Ubuntu kernels. Various tweaks for different udeb splits.
  - Fetch distribution name and version number from lsb_release.
  - Use the full version number in image directories.
  - Build-depend on belocs-locales-bin.
  - Various boot screen text adjustments.
  - Add server boot options.
  - Add memtest boot option.
  - Add live CD boot screens.
  - Adjust memory size recommendations.
  - Document pci=noacpi.
  - Add translatable boot screen text for gfxboot.
  - Use ubuntu-keyring-udeb (and gpgv-udeb) instead of the Debian archive
    keyring.
  - Switch all images to initramfs.
  - Add netboot images suitable for USB memory sticks.
  - Remove floppy support, since it never used to work with 2.6. (This may
    be fixed in the future.)
  - Disable gtk frontend.
  - Add kickseed-common and initrd-kickseed to all images containing
    preseed-common and initrd-preseed.
  - Add nfs-modules to all netboot images except powerpc, for Kickstart.
  - kbd-chooser -> console-setup.
  - Include keymap decision tree in all.utf.
  - Replace cdebconf-newt-entropy with cdebconf-newt-detect-keys in
    EXTRAUDEBS.
  - Add bootchart-udeb to all images.
  - Add grepmap-udeb to all images.
  - Add hdparm-udeb to cdrom images.
  - Add nic-firmware to netboot images.
  - Ship elilo configuration on i386 for Intel-based Macs.
  - Use mkvmlinuz'\''s fallback object files on powerpc rather than relying
    on the kernel'\''s.
  - Remove sparc32.
  - Use ${RAMDISK_SIZE} in sparc'\''s silo.conf rather than a hardcoded size.
  - Add input-modules to the sparc netboot image.
* Set default suite to feisty.
* Fix server option to preseed "tasks=standard" instead of
  "pkgsel/install-pattern=~t^ubuntu-standard$".
* Move to 2.6.19-7 kernels. Handle various module udeb changes:
  ide-core-modules, loop-modules, scsi-core-modules, usb-storage-modules
  -> storage-core-modules; lots of filesystem modules -> fs-core-modules,
  fs-secondary-modules.
* Remove auto-install/ai-choosers targets, at least for now.
* Make nic-firmware optional, since it seems to have gone AWOL (filed
  #73896).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DISK_LABEL = "root floppy"
 
1
DISK_LABEL = "Root floppy"
2
2
 
3
3
# Library and font reduction need the dependencies of additional drivers.
4
 
EXTRADRIVERS = $(BASE_TMP)floppy_cd-drivers/tree $(BASE_TMP)floppy_net-drivers/tree
5
 
EXTRATARGETS = build_floppy_cd-drivers build_floppy_net-drivers
 
4
EXTRADRIVERS = $(BASE_TMP)floppy_cd-drivers/tree \
 
5
        $(BASE_TMP)floppy_net-drivers-1/tree $(BASE_TMP)floppy_net-drivers-2/tree
 
6
EXTRATARGETS = build_floppy_cd-drivers \
 
7
        build_floppy_net-drivers-1 build_floppy_net-drivers-2
6
8
TARGET = $(ROOT)
 
9
ROOT = $(SOME_DEST)/$(EXTRANAME)root.img$(GZIPPED)
7
10
 
8
11
MANIFEST-ROOT = "second floppy for network or CD installs"
9
12
 
10
13
# HACK Alert: pkg-lists/ is still sorted by TYPE instead of a dir hierarchy.
11
 
TYPE=floppy
 
14
# Use type -ng to not interfere with sparc and powerpc floppies
 
15
TYPE=floppy-ng
12
16
 
13
17
# Drop all languages from the floppy to save space. If you need a localised
14
18
# floppy, modify the list below, adding your language(s) in addition to en.
15
19
# for example: DROP_LANG = '(?!en|es|pt_BR)'
16
20
DROP_LANG = '(?!en)'
 
21
 
 
22
IMAGE_SIZE = $(FLOPPY_SIZE)