Skip to content

Instantly share code, notes, and snippets.

@bave
Created October 18, 2014 19:08
Show Gist options
  • Save bave/c5c218db8b54fa9b90fe to your computer and use it in GitHub Desktop.
Save bave/c5c218db8b54fa9b90fe to your computer and use it in GitHub Desktop.
customize-freebsd-live-cd
#!/bin/sh
#fetch freebsd-live.iso
mkdir hoge
bsdtar -C hoge -pxvf freebsd-live.iso
cd hoge
# --------
# 書き換え
# --------
mkisofs -v -b boot/cdboot -no-emul-boot -r -J -V "FREEBSD_INSTALL" -o ../freebsd_customize.iso ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment