summaryrefslogtreecommitdiffstats
path: root/iso2usb.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for a LUKS-encrypted /home in the USB Live version. Eric Hameleers2016-01-221-33/+172
| | | | | | | | | | | | | Using iso2usb.sh script's new '-c' parameter, you can define the size for a container file in the root of the USB stick's Linux partition. - The container file will be loop-mounted and LUKS-encrypted and the Live OS will mount the filesystem inside the container on /home/. - The LUKS passphrase will be defined when executing the 'iso2usb.sh' script. - The original /home content of the ISO will be copied into the LUKS-encrypted container during execution of the 'iso2usb.sh' script. - If for whatever reason you do not want to unlock & mount the LUKS container during boot, you must add the boot parameter " luksvol= " to the syslinux or grub commandline.
* Add 2016 in the copyright line. Eric Hameleers2016-01-151-1/+1
|
* Much enhanced iso2usb script. Eric Hameleers2015-12-241-37/+88
| | | | | | | | | Two new parameters '--force' and '--persistence'. Read "usb2iso.sh --help". Size of the EFI partition was reduced from 200 to 100 MB. The wait-for-root time in the initrd.img file is changed for both BIOS and UEFI boot; this should make boot work out of the box for most computers. More robustness was added in handling race conditions. Only make the USB stick UEFI-bootable if the ISO file is capable of the same.
* Stamp a VERSION number in the ISO, and to the USB partition. Eric Hameleers2015-12-241-1/+7
|
* Make the 'iso2usb.sh' script sudo-friendly. Eric Hameleers2015-11-291-27/+27
|
* iso2usb.sh: fix a minor typo. Eric Hameleers2015-11-291-1/+1
|
* Slackware Live Edition: initial commit.Beta2 Eric Hameleers2015-11-281-0/+312
This is Beta 2. Read http://alien.slackbook.org/blog/slackware-live-edition-beta-2 for all the details.