Changeset 2076
- Timestamp:
- 09/26/07 05:26:09 (1 year ago)
- Files:
-
- trunk/isolinux/isolinux.cfg (modified) (1 diff)
- trunk/isolinux/options2.msg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/isolinux/isolinux.cfg
r2015 r2076 10 10 label linux 11 11 kernel linux 12 append initrd=initramfs_data_cpio.gz 12 append initrd=initramfs_data_cpio.gz quiet 13 13 14 14 label linux64 15 15 kernel linux64 16 append initrd=initramfs_data_cpio.gz 16 append initrd=initramfs_data_cpio.gz quiet trunk/isolinux/options2.msg
r2045 r2076 9 9 Loads the whole CD contents (except sources and proprietary video 10 10 drivers) to RAM. 11 12 11 Note: this needs at least 512 MB of RAM, and you also need 13 12 to enable swap if you have less than 768 MB of RAM. … … 26 25 See /root/README for details. 27 26 28 27 debug 28 Causes kernel messages to appear on the screen.
