about summary refs log tree commit diff
path: root/mklive.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* enable dracut livenet supportLeah Neukirchen2021-09-141-2/+2
| | | | Closes #18.
* use linux4.14 lts v20200624Leah Neukirchen2020-06-241-1/+1
|
* mklive.sh.in: update SYSLINUX_DATADIRLeah Neukirchen2019-01-151-1/+1
|
* switch to voidlinux.orgLeah Neukirchen2019-01-151-1/+1
|
* mklive.sh: mksquashfs does not support bzip2 compression, but is supports lzo.mobinmob2019-01-151-1/+1
|
* mklive.sh: Handle unknown switch by displaying usage info.mobinmob2019-01-151-0/+1
|
* mklive.sh: Default cachedir is not /var/cache/xbps.mobinmob2019-01-151-1/+2
|
* mklive.sh: Default initramfs compression has been xz for some time.mobinmob2019-01-151-1/+1
|
* use kernel arch and revision in /etc/issue v20180102Leah Neukirchen2018-01-021-1/+1
|
* use linux4.9 for LTSLeah Neukirchen2018-01-021-1/+1
|
* additionally add LTS kernelLeah Neukirchen2017-05-081-0/+10
|
* add support for text booting and serial consoleChristian Neukirchen2016-08-221-1/+5
| | | | Also enable HDT.
* move xbps-alternatives to mkhrmpf v20160527 v20160427Christian Neukirchen2016-05-271-6/+6
|
* add tnftpChristian Neukirchen2016-05-271-0/+1
|
* mklive.sh.in: add unconfigured package list.Christian Neukirchen2016-04-211-1/+8
|
* add libressl-netcat v20160420Christian Neukirchen2016-04-201-0/+1
|
* Merge branch 'master' of https://github.com/voidlinux/void-mkliveChristian Neukirchen2016-04-201-10/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: *rootfs: fix remaining x86 rootfs issues. mkrootfs: generate x86 tarballs correctly, requested by scaleway. installer.sh.in: improve primary user setup build-x86-images: added dejavu-fonts-ttf as suggested by chris2. build-x86-images: switch to firefox-esr. build-x86-images: also pass -r arg to mklive. mkimage.sh.in: fix truncate size argument mklive: fix print_step()... installer.sh.in: add user account dialog installer.sh.in: avoid scrolling for wep/wpa input mklive: add -I directory inclusion option installer: check network configured on source mkrootfs: Added -k to run post hook
| * mklive: fix print_step()...Juan RP2016-02-071-1/+1
| |
| * mklive: add -I directory inclusion optionEnguerrand de Rochefort2016-01-311-10/+28
| |
* | Merge branch 'master' of https://github.com/voidlinux/void-mklive v20160123Christian Neukirchen2016-01-231-8/+8
|\| | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: Switch to truncate to allocate storage for images mklive: make this work with grub-2.02. mklive: make this work on musl hosts.
| * Switch to truncate to allocate storage for imagesToyam Cox2016-01-141-3/+3
| | | | | | | | Works in low memory situations
| * mklive: make this work with grub-2.02.Juan RP2015-12-191-3/+3
| |
| * mklive: make this work on musl hosts.Juan RP2015-12-121-3/+3
| |
* | Remove version in /etc/issue, replace with build date.Christian Neukirchen2015-12-021-1/+1
| |
* | mklive.sh.in: set alternatives. v0.1.90.20151128Christian Neukirchen2015-11-281-0/+4
| |
* | Merge remote-tracking branch 'remotes/origin/master'Christian Neukirchen2015-11-281-14/+29
|\| | | | | | | | | | | | | | | | | | | * remotes/origin/master: installer: redirect stderr to /dev/null for cciss(4). Add support for proper 32 bit grub build-x86-images: enable the LXQt image by default. build-x86-images: added -r repo opt. mklive: make sure -r is preferred over defaults. installer: allow posix timezones too. (thanks \0xc0ffee@irc).
| * Merge pull request #47 from the-maldridge/grub32Juan RP2015-11-051-12/+27
| |\ | | | | | | Add support for proper 32 bit grub
| | * Add support for proper 32 bit grubMichael Aldridge2015-11-051-12/+27
| | |
| * | mklive: make sure -r is preferred over defaults.Juan RP2015-11-021-1/+2
| |/
* | mklive.sh.in: store list of installed packages.Christian Neukirchen2015-10-281-0/+2
| |
* | Merge branch 'master' of https://github.com/voidlinux/void-mkliveChristian Neukirchen2015-10-281-3/+2
|\| | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: installer: remove liveuser from /etc/sudoers in local installation. installer: get rid of unused systemd checks. installer: detect cciss partitions correctly (3/3). installer: detect cciss partitions correctly (2/2). mklive: make -r append repo to the head rather than replacing. installer: detect ciss(4) devices/partitions correctly (#44).
| * mklive: make -r append repo to the head rather than replacing.Juan RP2015-10-161-3/+2
| | | | | | | | | | This allows you to use local repos with higher priority than the official remote ones.
* | use memtest86+ from official iso.Christian Neukirchen2015-10-091-2/+1
| |
* | mklive.sh.in: add -B.Christian Neukirchen2015-10-091-1/+7
| |
* | mklive.sh.in: add memdisk support.Christian Neukirchen2015-10-091-0/+1
| |
* | Merge remote-tracking branch 'origin/master'Christian Neukirchen2015-10-091-113/+122
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (136 commits) dracut/services: don't autostart dmeventd, lvmetad and mdadm. mklive: fix guessing linux kernel pkgname. fix set_keymap rc.conf installer.sh: fix static IP settings in menu_install build-arm-images: PLATFORM can be overrided now. build-rootfs: build musl rootfs too; PLATFORMS can be overrided now. build-x86-images: added lxqt image. dracut/dm-autologin: autostart lxqt if available. mkrootfs: add dockstar support mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI. build-x86-images: add gnome-keyring to cinnamon/mate/xfce images. build-x86-images: add firefox now it's available for musl. build-arm-images: respect musl targets. mkimage: consistently redirect std{err,out} to /dev/null with dd(1). build-arm-images: disable cubietruck for now; does not boot. build-arm-images: build all ARM images for glibc and musl. mkrootfs: get rid of pixz; fix rpi target arch. mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl. mkrootfs: update for musl support. build-x86-images: do not build the kde image; does not work yet. ...
| * mklive: fix guessing linux kernel pkgname.Juan RP2015-10-091-3/+3
| |
| * mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI.Juan RP2015-07-121-2/+2
| | | | | | | | | | | | There are some EFI firmwares that expect the loader to be in that location and being uppercase, so that there more chances to make this boot on more systems.
| * mklive: use $BASE_ARCH where it's required.Juan RP2015-06-041-3/+3
| |
| * mklive: require xbps>=0.45 for two phase installation.Juan RP2015-06-031-8/+24
| | | | | | | | | | | | | | | | - The target pkgs are unpacked with -U, and then reconfiguration happens within the chroot, so that there's no need for host dependencies. - Use chroot where possible to make sure that euid==0, not xbps-uchroot. Close #32 and #33
| * mklive: misc changes to allow building images for musl.Juan RP2015-05-291-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | - The required host utilities (grub, squashfs-tools and xorriso) are now installed for the host os, this way we don't have to make tricks for dsos to work. - The cachedir is now by default set to $PWD/xbps-cachedir-$arch, this way packages for the host and the target don't conflict. - Due to the changes above it's now possible to build musl images without having musl-bootstrap installed, previously it was necessary.
| * mklive: remove modesetting workaround for musl, intel(4) works again.Juan RP2015-05-271-5/+0
| |
| * mklive: force modesetting on musl for now.Juan RP2015-05-241-0/+5
| | | | | | | | | | intel and radeon drivers are currently broken with musl (segmentation fault in OsLookupColor()).
| * Support for MEMDISKChristian Neukirchen2015-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The .iso can now be booted using Grub (memdisk from Syslinux package): linux16 /memdisk initrd16 /path/to/iso As well as from Syslinux: LINUX memdisk INITRD path/to/iso
| * mklive: use $BASE_ARCH if set for the image filename.Juan RP2015-04-151-1/+1
| |
| * mklive: reconfigure base-files for the kvm group.Juan RP2015-04-071-1/+1
| |
| * mklive: add libgcc to required pkgs; glibc's pthread_cancel needs it :/Juan RP2015-02-211-1/+1
| |
| * mklive: force C locale to install base pkgs to silence dracut.Juan RP2015-02-111-1/+1
| |
| * mklive: unbreak setting multiple repos via -r (close #17)Juan RP2015-01-311-2/+3
| |
| * mklive: declare vpkgs unversioned and update path for xbps>=0.43.Juan RP2015-01-051-1/+1
| |