|
@@ -2,10 +2,11 @@
|
|
|
## PREFIX: /liberte, makes syslinux.cfg relocatable (replaced during ./setup)
|
|
|
## VERSION: distribution version (replaced during ./setup)
|
|
|
## CONSOLEFONT: psf(u) console font (replaced during ./setup)
|
|
|
-## TAG: [USB], [CD], ... (replaced during image creation)
|
|
|
-## ROOTFS: vfat, ext2, iso9660, squashfs, ... (replaced during image creation)
|
|
|
-## FSFLAGS: noatime,... (replaced during image creation)
|
|
|
-# Optional parameters: cdroot=/dev/xxx, debug, gentoo={root,nox,nosettings,i2p}
|
|
|
+## TAG: [USB], [CD], ... (replaced during mkimage)
|
|
|
+## ROOTFS: vfat, ext2, iso9660, squashfs, ... (replaced during mkimage)
|
|
|
+## FSFLAGS: noatime,... (replaced during mkimage)
|
|
|
+# Optional parameters: cdroot=/dev/xxx, debug, readonly,
|
|
|
+# gentoo={root,nox,nosettings,i2p}
|
|
|
# Available splash themes: liberte, liberty, silent
|
|
|
|
|
|
DEFAULT liberte
|
|
@@ -26,7 +27,7 @@ LABEL liberte
|
|
|
TEXT HELP
|
|
|
Select for normal boot with modern video cards.
|
|
|
In splash screen, press F2 for verbose mode.
|
|
|
-Optional parameters: gentoo=i2p,nosettings,root, cdroot=/dev/xxx
|
|
|
+Optional parameters: gentoo=nosettings,i2p,root, readonly, cdroot=/dev/xxx
|
|
|
ENDTEXT
|
|
|
|
|
|
# nomodeset: KMS is incompatible with framebuffer
|
|
@@ -38,7 +39,7 @@ LABEL nokms
|
|
|
TEXT HELP
|
|
|
Select for normal boot with VESA framebuffer and no kernel mode-setting.
|
|
|
In splash screen, press F2 for verbose mode.
|
|
|
-Optional parameters: gentoo=i2p,nosettings,root, cdroot=/dev/xxx
|
|
|
+Optional parameters: gentoo=nosettings,i2p,root, readonly, cdroot=/dev/xxx
|
|
|
ENDTEXT
|
|
|
|
|
|
# nomodeset: KMS is problematic with console screen blanking
|