diff options
author | Eric Hameleers <alien@slackware.com> | 2016-03-11 16:26:27 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-03-11 16:26:27 +0100 |
commit | 31fe7393a499e198a70dca5c1b048110c3c8ce08 (patch) | |
tree | 33e24c1f4cf9af1cf1bd4ff96322318c7983a232 | |
parent | b29a08b43fd682594ca23521c09e8f06bee20ddc (diff) | |
download | liveslak-31fe7393a499e198a70dca5c1b048110c3c8ce08.tar.gz liveslak-31fe7393a499e198a70dca5c1b048110c3c8ce08.tar.xz |
Documentation updates.
-rw-r--r-- | EFI/BOOT/help.txt | 6 | ||||
-rw-r--r-- | README.txt | 8 | ||||
-rw-r--r-- | syslinux/f3.txt | 3 | ||||
-rw-r--r-- | syslinux/f4.txt | 3 |
4 files changed, 20 insertions, 0 deletions
diff --git a/EFI/BOOT/help.txt b/EFI/BOOT/help.txt index 3609f98..9c29f01 100644 --- a/EFI/BOOT/help.txt +++ b/EFI/BOOT/help.txt @@ -33,6 +33,9 @@ noload=mod1[,mod2[...]] => Prevent loading of one or more localhd => initialize RAID/LVM on local hard drives. +nga => no glamor 2D acceleration. Use when X.Org fails + with error "EGL_MESA_drm_image required". + nomodeset => Boot without kernel mode setting, needed with some machines. @@ -49,6 +52,9 @@ livemedia=/dev/sdX => Tell the init script which partition become necessary if you have another copy of Slackware Live installed in another partition. +livemedia=/dev/sdX:/path/to/live.iso => Use this if you want to + load the live OS from an ISO file on a local harddisk partition. + livemain=directoryname => Use this if you copied the content of the ISO to a different directory than "liveslak". @@ -128,6 +128,11 @@ noload=mod1[,mod2[...]] => Prevent loading of one or more === Hardware related === +localhd => initialize RAID/LVM on local hard drives. + +nga => no glamor 2D acceleration. Use when X.Org fails + with error "EGL_MESA_drm_image required". + nomodeset => Boot without kernel mode setting, needed with some machines. @@ -144,6 +149,9 @@ livemedia=/dev/sdX => Tell the init script which partition become necessary if you have another copy of Slackware Live installed in another partition. Also accepted: UUID or LABEL. +livemedia=/dev/sdX:/path/to/live.iso => Use this if you want to + load the live OS from an ISO file on a local harddisk partition. + livemain=directoryname => Use this if you copied the content of the ISO to a different directory than "liveslak". diff --git a/syslinux/f3.txt b/syslinux/f3.txt index 9f0fdd6..6a4f2b8 100644 --- a/syslinux/f3.txt +++ b/syslinux/f3.txt @@ -9,6 +9,9 @@ livemedia=/dev/sdX => Tell the init script which partition become necessary if you have another copy of Slackware Live installed in another partition. Also accepted: UUID or LABEL. +livemedia=/dev/sdX:/path/to/live.iso => Use this if you want to + load the live OS from an ISO file on a local harddisk partition. + livemain=directoryname => Use this if you copied the content of the ISO to a different directory than "liveslak". diff --git a/syslinux/f4.txt b/syslinux/f4.txt index 7aba387..8842bcc 100644 --- a/syslinux/f4.txt +++ b/syslinux/f4.txt @@ -4,6 +4,9 @@ localhd => initialize RAID/LVM on local hard drives. +nga => no glamor 2D acceleration. Use when X.Org fails + with error "EGL_MESA_drm_image required". + nomodeset => Boot without kernel mode setting, needed with some machines. |