Skip to content

Instantly share code, notes, and snippets.

View rexcze-zz's full-sized avatar

Jakub Bittner rexcze-zz

View GitHub Profile
@rexcze-zz
rexcze-zz / custom_live.sh
Last active January 12, 2023 01:05
Ubuntu livecd creation script
#!/bin/sh
#https://help.ubuntu.com/community/LiveCDCustomization
#set -e
if [ "$1" = "" ];then
echo "Call this script with part1, part2 or clean as argument"
exit 0
fi
IMAGE_NAME="LIVE_TEST"
ISO="kubuntu-12.04.2-desktop-i386.iso"