Skip to content

Commit

Permalink
update for splash
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorchu committed Sep 3, 2013
1 parent 1d43e86 commit c1a58b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/syslinux.cfg
Expand Up @@ -10,13 +10,13 @@ MENU BACKGROUND splash.jpg
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/disk/by-label/root ro dummy
APPEND root=/dev/disk/by-label/root rw quiet splash dummy
INITRD ../initramfs-linux.img

LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/disk/by-label/root ro
APPEND root=/dev/disk/by-label/root rw
INITRD ../initramfs-linux-fallback.img

#LABEL windows
Expand Down

0 comments on commit c1a58b5

Please sign in to comment.