forked from yoshi314/multi-live-usb-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crux.cfg
32 lines (23 loc) · 921 Bytes
/
crux.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# copy crux and files off root of cd into /crux
# copy kernel + initrd from /boot to /crux
# prefix parameter has been introduced in crux 2.8 media, it will not work with previous releases
# http://crux.nu/bugs/index.php?do=details&task_id=780
LABEL CRUX
KERNEL /crux/vmlinuz
APPEND initrd=/crux/initramfs console=ttyS0,38400 console=tty0 prefix=crux
LABEL fb1280
KERNEL /crux/vmlinuz
APPEND initrd=/crux/initramfs console=ttyS0,38400 console=tty0 vga=0x307 prefix=crux
LABEL fb1024
KERNEL /crux/vmlinuz
APPEND initrd=/crux/initramfs console=ttyS0,38400 console=tty0 vga=0x305 prefix=crux
LABEL fb800
KERNEL /crux/vmlinuz
APPEND initrd=/crux/initramfs console=ttyS0,38400 console=tty0 vga=0x303 prefix=crux
LABEL fb640
KERNEL /crux/vmlinuz
APPEND initrd=/crux/initramfs console=ttyS0,38400 console=tty0 vga=0x301 prefix=crux
LABEL memtest86
KERNEL memtest86plus
LABEL memtest86+
KERNEL memtest86plus