aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Support Console OS boot menu in all Slackware Live variants Eric Hameleers2023-01-223-20/+46
|
* Update boot-stage help with new core2ram parameter. Update README.txt Eric Hameleers2023-01-223-0/+9
|
* When SL_VERSION equals 'current' it will never match a numerical value Eric Hameleers2023-01-111-1/+1
| | | | So we do a string comparison instead.
* iso2usb.sh: change EFI partition label from 'EFI' to 'ESP' Eric Hameleers2023-01-061-1/+1
| | | | | | | | | | | Liveslak used to assign the label 'EFI' to the FAT filesystem on the EFI System Partition (ESP). Some UEFI firmwares however cannot cope with a volume- or labelname that is identical to the EFI directory name. When that happens, the buggy firmware decides that an EFI directory does not exist. The computer will not boot. To make liveslak work on those buggy firmwares, it needs to use any name *except* 'EFI'. Let's pick 'ESP' instead, which is still informative about the 'EFI System Partition'.
* README.txt: be more specific in 'Boot from an ISO file on disk' example Eric Hameleers2023-01-041-2/+2
|
* Make Ventoy detection compatible with Slackware 14.2 Eric Hameleers2023-01-031-1/+8
|
* Update the copyright year with 2023 Eric Hameleers2023-01-035-5/+5
|
* Overwrite /etc/localtime if it exists Eric Hameleers2023-01-011-1/+1
|
* SLACKWARE: add kdei series if we build for Slackware 14.2 Eric Hameleers2023-01-011-1/+6
|
* http://slakfinder.org/slackpkg+/ is too flaky, use mirror URL Eric Hameleers2022-12-251-1/+1
|
* Slackware Live Edition: version 1.6.0.21.6.0.2 Eric Hameleers2022-12-231-1/+1
|
* make_slackware_live.sh: fix a typo enabling custom wallpaper Eric Hameleers2022-12-231-1/+1
|
* DAW, LEAN, XFCE: add lsof to custom package list Eric Hameleers2022-12-231-0/+1
|
* Ensure that color Emojis work in Qt applications Eric Hameleers2022-12-041-0/+27
|
* CINNAMON: add mint-cursor-themes package Eric Hameleers2022-12-041-0/+1
|
* DAW, LEAN: Imath is a fairly new package on which several others depend Eric Hameleers2022-10-151-0/+1
|
* DAW, LEAN: new software was added to KDE Plasma Eric Hameleers2022-10-151-1/+7
| | | | | | Notably kpipewire, kio-zeroconf, ksanecore, skanpage, kColorPicker and kImageAnnotator are new packages, some are required for scanning paper, and without kpipewire the Plasma taskbar does not want to appear on-screen.
* README.txt: explain customization of the list of used packages Eric Hameleers2022-10-081-0/+17
|
* noxbase: iniparser is a new dependency for ndctl Eric Hameleers2022-10-081-0/+1
|
* DAW: refreshed the package list Eric Hameleers2022-09-221-0/+9
|
* liveinit: fix a missing '/' Eric Hameleers2022-09-141-1/+1
| | | | | This was changed in commit dd0327d77f2741474245ecd3026cf66e55581733 when adding full Ventoy support but I had not thought through all the consequences.
* Slackware Live Edition: version 1.6.0.11.6.0.1 Eric Hameleers2022-09-041-1/+1
|
* DAW: updated package list Eric Hameleers2022-09-041-0/+2
|
* isocomp.sh: verify that we can write to the USB partition Eric Hameleers2022-08-191-0/+14
|
* DAW, LEAN: add kColorPicker and kImageAnnotator Eric Hameleers2022-08-191-0/+2
|
* Slackware Live Edition: version 1.6.01.6.0 Eric Hameleers2022-08-151-1/+1
|
* Full support for Ventoy; encrypted OS persistence/homedirectory for ISO boot Eric Hameleers2022-08-154-57/+1117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features: Ventoy is now fully supported. Liveslak implements the "Ventoy-compatible" guideline. There is nothing you have to do, this works out of the box. When you are booting from an ISO file (whether via Ventoy, or through your own hand-crafted Grub menu entry, or Windows BCD), Operating System persistence and an encrypted homedirectory are now supported, as well as the ability to load additional live modules (as 'addons' or 'optional') that are not part of the ISO. All of this is possible without the need for any modification to the ISO image. The configuration is stored in a file next to the ISO. A new script, "isocomp.sh" aka the ISO Companion script, has been added. Like with all of my scripts, it accepts a "--help" parameter which will show you how to use it. This script allows you to: - create encrypted containers for OS persistence and a persistent homedirectory (actually not just for /home but you can create as many containers as fit on the disk and mount them wherever you want) - size extension of existing encrypted containers if they threaten to run out of space - creating a secondary liveslak root on the disk partition where you can add more (optional/add-on) live modules that you need in the Live OS but are not contained in the ISO The configuration of these new features is stored in a file with the same name and full path as the ISO file but with a ".cfg" file extension instead of ".iso". The "isocomp.sh" script manages this configuration file for you, but you can safely edit and modify it manually if you want to. The "isocomp.sh" script will leave your customizations alone. Here is an example of such a configuration file; it is copied from my own Ventoy disk, for a Slackware LEAN Live ISO image: LIVESLAKROOT=/liveslak LUKSVOL=/liveslak/myhome.icc:/home ISOPERSISTENCE=/liveslak/persistence.icc TZ=Europe/Amsterdam LIVE_HOSTNAME=zelazny I added the variables "TZ" and "LIVE_HOSTNAME" manually by opening the configuration file in an editor. The following variables are supported in the isocomp configuration file, but not managed by "isocomp.sh"; they all correspond to liveslak boot parameters by the way: BLACKLIST, KEYMAP, LIVE_HOSTNAME, LOAD, LOCALE, NOLOAD, RUNLEVEL, TWEAKS, TZ and XKB. The value of the "LUKSVOL" variable can hold multiple "containerfile:mountpoint" definitions, separated by commas. The variable "LIVESLAKROOT" defines the root of a secondary liveslak directory tree on your disk.
* README.txt: some touch-ups on ISO sizes Eric Hameleers2022-08-151-4/+4
|
* CINNAMON: add new packages to the list Eric Hameleers2022-08-151-0/+2
|
* README.txt: some touch-ups and syncing content with latest feature set Eric Hameleers2022-08-141-11/+15
|
* liveinit: define the omitted CPATHINTERNAL variable Eric Hameleers2022-08-141-0/+6
|
* Slackware Live Edition: version 1.5.41.5.4 Eric Hameleers2022-08-141-1/+1
|
* liveinit: explain debug= boot parameter values in more detail Eric Hameleers2022-08-141-3/+5
|
* DAW: switch from openjdk (Java 8) to openjdk11 (Java 11) Eric Hameleers2022-08-141-1/+1
|
* liveinit: LUKS volumes need to be mounted before we write to the overlay Eric Hameleers2022-08-121-36/+36
|
* liveinit: require debug=5 to save init debug output to file Eric Hameleers2022-08-121-2/+3
|
* LEAN: add two new wallpaper background images from my photo library Eric Hameleers2022-08-122-0/+0
|
* alien pkglist: re-enable icedtea-web, switch openjdk to openjdk11 Eric Hameleers2022-08-121-2/+2
|
* DAW,LEAN,XFCE: libxcvt is a new runtime dependency for xorg-server Eric Hameleers2022-08-121-0/+1
|
* liveinit: use 'persistence' instead of ${PERSISTENCE} here Eric Hameleers2022-08-021-2/+2
| | | | | Because the used $PERSISTENCE value can have a pathname component, and the custom naming does not add value anyway.
* liveinit: some prettifying of comments Eric Hameleers2022-08-021-6/+14
| | | | Helps visually dividing the script in sections
* liveinit: fix a logic error Eric Hameleers2022-08-021-1/+1
| | | | | Parameter values should only be set from ${DISTRO}_os.cfg if they have not already been dedfined by commandline parameters.
* live init: optionally specify RAM % to use in the 'toram' parameter Eric Hameleers2022-08-021-5/+21
| | | | | | | | | | | | | | | | | | toram= Generic syntax: toram=type[,memperc] - type: string value; os,core,all,none - memperc: integer value, percentage RAM to reserve for liveslak You can use a 'memperc' value for the 'toram' parameter to change the percentage RAM used by liveslak, which is 50% of all available RAM for normal operation. For instance when you have 128 GB of RAM, you can specify a much lower percentage to be reserved for liveslak. RAM will specifically be used if you run liveslak without persistence, which means that any changes are accumulating in RAM instead of on-disk. Example: Give liveslak ~6 GB (5%) to run the OS on a computer with 128 GB of RAM: 'toram=none,5'
* liveinit: start ash bash-compatible and save init debug output to file Eric Hameleers2022-08-021-2/+12
| | | | | | | | | | | | | | | | | When the value of 'debug' parameter is equal to or greater than '2', the init script enables 'set -x' which results in verbose output of init script execution. When the 'ash' shell is started as '/bin/sh' instead of '/bin/ash', it enables bash-compatible mode. Then the script can use 'BASH_XTRACEFD' to log the verbose script output to a file '/debug_init.log'. This is extremely useful for init debugging. Logging to file is enabled when the value of 'debug' is '4' or higher. When you boot with 'debug=4, you will end up in the rescue shell of the initrd. You can then inspect '/debug_init.log' to diagnose issues with the boot-up, and you can copy that logfile for instance to /mnt/overlay/root/ if you want to preserve it. After typing 'exit', the live init will hand-over to the Slackware OS initialization and after logging in you can copy the logfile to a network location if you want.
* iso2usb.sh:better info for the user in 'help' output about persistent data Eric Hameleers2022-08-021-0/+2
| | | | | Persistent data will not be migrated when switching from a persistence directory to a persistence container file.
* Add 'exfat' kernel module to the live initrd Eric Hameleers2022-08-022-2/+2
|
* XFCE: fix the network applet Eric Hameleers2022-08-023-2/+3
| | | | | This needed libindicator, libappindicator in x_base instead of z00_plasma5supp. I also added ntfs-3g on request.
* liveinit: add support for ISO boot under Ventoy USB boot manager Eric Hameleers2022-07-131-2/+21
|
* On boot, inform user about the amount of seconds of rootdelay Eric Hameleers2022-07-131-0/+1
|
* Update copyright years in iso2usb.sh, liveinit.tpl, upslak.sh Eric Hameleers2022-07-133-3/+3
|