Skip to content

Commit

Permalink
sys-boot/lilo: replace hda with sda in example conf
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/473620
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
  • Loading branch information
wimmuskee committed Jan 30, 2020
1 parent aede8fc commit 00cc398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys-boot/lilo/files/lilo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lba32
#linear

# MBR to install LILO to:
boot = /dev/hda
boot = /dev/sda
map = /boot/.map

# If you are having problems booting from a hardware raid-array
Expand Down Expand Up @@ -51,7 +51,7 @@ vga = normal
# Linux bootable partition config begins
#
image = /boot/bzImage
root = /dev/hda3
root = /dev/sda3
#root = /devices/discs/disc0/part3
label = Gentoo
read-only # read-only for checking
Expand All @@ -62,10 +62,10 @@ image = /boot/bzImage
#
# DOS bootable partition config begins
#
other = /dev/hda1
other = /dev/sda1
#other = /devices/discs/disc0/part1
label = Windows
table = /dev/hda
table = /dev/sda
#
# DOS bootable partition config ends
#
Expand Down

0 comments on commit 00cc398

Please sign in to comment.