1DEFAULT menu.c32 2PROMPT 0 3MENU TITLE Alpine/Linux Boot Menu 4MENU HIDDEN 5MENU AUTOBOOT Alpine will be booted automatically in # seconds. 6TIMEOUT 30 7LABEL grsec 8 MENU DEFAULT 9 MENU LABEL Linux 3.0.10-grsec 10 KERNEL vmlinuz-3.0.10-grsec 11 APPEND initrd=initramfs-3.0.10-grsec root=UUID=a97ffe64-430f-4fd3-830e-4736d9a27af0 modules=sd-mod,usb-storage,ext4 quiet 12