-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy patharchbang.cfg
49 lines (41 loc) · 1.08 KB
/
archbang.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# make /bang directory, and make following file structure
# by copying files off cd image
# ---------------------------
# bang/archiso.img
# bang/vmlinuz
# bang/i686
# bang/i686/root-image.fs.sfs
# bang/aitab
# bang/checksum.i686.md5
# ---------------------------
LABEL archauto
TEXT HELP
Boot the ArchBang Linux live medium. It allows you to install ArchBang Linux
ENDTEXT
MENU LABEL Boot ArchBang Linux [Xorg autodetect]
LINUX /bang/vmlinuz
INITRD /bang/archiso.img
APPEND archisobasedir=bang archisolabel=SOMELABEL quiet
LABEL arch
TEXT HELP
Try this option if the first doesn't work
ENDTEXT
MENU LABEL Boot ArchBang Linux [Vesa mode]
LINUX /bang/vmlinuz
INITRD /bang/archiso.img
APPEND archisobasedir=bang archisolabel=SOMELABEL quiet xorg=vesa nomodeset
# http://www.memtest.org/
LABEL memtest
MENU LABEL Run Memtest86+ (RAM test)
LINUX memtest
# http://hdt-project.org/
LABEL hdt
MENU LABEL Hardware Information (HDT)
COM32 hdt.c32
APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL poweroff
MENU LABEL Power Off
COMBOOT poweroff.com