aboutsummaryrefslogtreecommitdiff
path: root/boot/grub/grub.cfg
blob: 552dee99ac2c1335dcc3f34db9ea835f98786963 (plain) (blame)
1
2
3
4
5
6
7
8
set default=0
set timeout=5

set root=(hd0,1)

menuentry "Linux Journal OS 0.1a" {
        linux   /boot/vmlinuz root=/dev/sda1 ro quiet
}