Created
November 5, 2014 21:54
-
-
Save systmkor/7adf17724411dbd79dab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set timeout=10 | |
set default=0 | |
menuentry "Alpine Linux Mini 3.0.6" { | |
set iso_file="/iso/alpine/mini306.iso" | |
loopback loop $iso_file | |
set root=(loop) | |
linux /boot/grsec alpine_dev=usbdisk:vfat init=/sbin/init loop=/grsec.modloop.squashfs modules=loop,squashfs,sd-mod,usb-storage | |
initrd /boot/grsec.gz | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment