~cyphermox/debian-cd/server-live

« back to all changes in this revision

Viewing changes to tools/boot/sarge/boot-i386

  • Committer: Colin Watson
  • Date: 2005-11-06 09:29:53 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:colin.watson@canonical.com--2005%debian-cd--ubuntu--0--patch-204
merge from upstream up to patch-770
Patches applied:

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-763
   xprt-xprintorg was removed from the desktop task

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-764
   * Joey Hess

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-765
   update to use right libdevmapper

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-766
   Make woody's post-boot-mipsel script cope with extra fi...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-767
   Added Suggests: for netpbm and syslinux

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-768
   Count the total number of binary and source discs bette...

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-769
   Don't copy the whole d-i cdrom directory onto CD1 for amd64.

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-770
   - Add rescue stanzas to isolinux.cfg. Rescue mode is su...

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
LABEL expert
115
115
  kernel /install/vmlinuz
116
116
  append DEBCONF_PRIORITY=low vga=normal initrd=/install/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --
 
117
LABEL rescue
 
118
  kernel /install/vmlinuz
 
119
  append rescue/enable=true vga=normal initrd=/install/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --
117
120
DISPLAY isolinux.txt
118
121
TIMEOUT 0
119
122
PROMPT 1
147
150
LABEL expert26
148
151
  kernel /install/2.6/vmlinuz
149
152
  append $KERNEL_PARAMS DEBCONF_PRIORITY=low vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --
 
153
LABEL rescue
 
154
  kernel /install/vmlinuz
 
155
  append $KERNEL_PARAMS rescue/enable=true vga=normal initrd=/install/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --
 
156
LABEL rescue26
 
157
  kernel /install/2.6/vmlinuz
 
158
  append $KERNEL_PARAMS rescue/enable=true vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10240 root=/dev/rd/0 devfs=mount,dall rw --
150
159
DISPLAY isolinux.txt
151
160
TIMEOUT 0
152
161
PROMPT 1