Skip to content

Instantly share code, notes, and snippets.

@esamattis
Created January 31, 2014 09:08
Show Gist options
  • Save esamattis/8728759 to your computer and use it in GitHub Desktop.
Save esamattis/8728759 to your computer and use it in GitHub Desktop.
menuentry "DIGIABI TEST" {
loopback loop "/digiabi.img"
set root='(loop)'
linux /boot/vmlinuz-3.12-1-686-pae ro quiet splash root=/dev/mapper/puavo-images loop="/digabi.img"
initrd /boot/initrd.img-3.12-1-686-pae
loopback -d loop
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment