by bouleetbil
25. novembre 2009 22:49
I've release a script for create your LiveUSB. For that you should have install frugalware current or stable.
Download the source of fw-initramfs:
git clone git://git.frugalware.org/pub/other/people/bouleetbil/fw-initramfs
Build the LiveUSB:
# cd fw-initramfs
# make install
# Edit /etc/sysconfig/liveusbkey
Replace USBDEVICE="" by the partition where you want install this usb live.
By default that will install the base of frugalware. If you want some others packages, change the PKG variable.
PKG="nano iputils"
# cd /usr/share/fw-initramfs
# ./create_usblive.sh
The first time that that can be long, the time to build some static binary as busybox.
Restart and enjoy :)
Don't use sudo for build the live USB the installation of the mbr can failed.
If that works I will perhaps package it, and the static binary will be include to the fpm for the final user don't build busybox, lvm2 ....