summaryrefslogtreecommitdiff
path: root/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.default-2
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.default-2')
-rw-r--r--sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.default-233
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.default-2 b/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.default-2
deleted file mode 100644
index 941622bfc3ba..000000000000
--- a/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.default-2
+++ /dev/null
@@ -1,33 +0,0 @@
-# Here you can set custom bootoptions for the SystemRescueCD
-#
-# For SystemRescueCD version 6.x:
-#
-# You can add in a space separated list:
-# setkmap=xx: set keyboard layout for terminal
-# copytoram: load the ISO fully in memory
-# requires 2GB of memory to cache the system
-#
-# For SystemRescueCD version 5.x:
-#
-# You can add for example in a space separated list:
-# setkmap=xx: which defines the keymap to load (example: setkmap=de)
-# dostartx: load the X.Org graphical environment and launch Xfce
-# docache: causes the iso file to be fully loaded into memory
-# this requires 400MB of memory to cache everything
-# doload=xxx: loads needed kernel modules (example: doload=3c59x,e1000)
-# noload=xxx: prevents loading kernel modules
-# nomodeset: do not load the Kernel-Mode-Setting video driver
-#
-# Example:
-# SRCD_BOOTOPTIONS="setkmap=de docache dostartx"
-#
-# For all available bootoptions see:
-# http://www.sysresccd.org/Sysresccd-manual-en_Booting_the_CD-ROM
-#
-# Note:
-# After changing this, you must update your grub configuration file, to take effect
-
-SRCD_BOOTOPTIONS=""
-
-# Copy ISO to /boot if there is enough space
-#COPY_SRCD_TO_BOOT="yes"