Initial configurations for Bender.
This commit is contained in:
parent
6720861726
commit
0b63587655
53 changed files with 14071 additions and 3 deletions
26
etc/lilo.conf
Normal file
26
etc/lilo.conf
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# disk = /dev/vda bios = 0x80 max-partitions = 7
|
||||
boot = /dev/sda
|
||||
lba32
|
||||
compact
|
||||
prompt
|
||||
timeout = 50
|
||||
vga = normal
|
||||
append = "panic=5"
|
||||
|
||||
image = /boot/vmlinuz
|
||||
label = Default
|
||||
root = /dev/sda1
|
||||
read-only
|
||||
|
||||
image = /boot/vmlinuz-backup
|
||||
label = Backup
|
||||
root = /dev/sda1
|
||||
read-only
|
||||
|
||||
image = /boot/memtest86+
|
||||
label = MemoryTest
|
||||
|
||||
#image = /boot/vmlinuz-installer
|
||||
# label = Installer
|
||||
# initrd = /boot/initrd-installer.img
|
||||
# append = "kbd=uk nic=auto:eth0:static:192.168.67.55:255.255.255.0:192.168.67.254"
|
||||
Loading…
Add table
Add a link
Reference in a new issue