Skip to content

Instantly share code, notes, and snippets.

@voutilad
Last active September 14, 2017 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voutilad/3a5c4114455c8673cfcaf73849f58bcc to your computer and use it in GitHub Desktop.
Save voutilad/3a5c4114455c8673cfcaf73849f58bcc to your computer and use it in GitHub Desktop.
Example extlinux.conf for Alpine Linux to use in OpenBSD's VMM
SERIAL 0 115200
DEFAULT hardened
PROMPT 0
LABEL hardened
MENU LABEL Linux hardened
LINUX vmlinuz-hardened
INITRD initramfs-hardened
APPEND root=UUID=001c5e4f-af70-4f6f-bdbc-ceff9d23c6f3 modules=sd-mod,usb-storage,ext4 rootfstype=ext4 console=ttyS0,115200
@voutilad
Copy link
Author

Updated to be lean and mean. No boot menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment