Skip to content

Instantly share code, notes, and snippets.

@systmkor
Created November 5, 2014 21:54
Show Gist options
  • Save systmkor/7adf17724411dbd79dab to your computer and use it in GitHub Desktop.
Save systmkor/7adf17724411dbd79dab to your computer and use it in GitHub Desktop.
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