diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-10-28 10:04:01 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-02 16:24:27 +0100 |
commit | 5d312cec76261e3bd8f8bfa3937ede365284ba06 (patch) | |
tree | 2693bfdf3b43eec526db118fe2a94a59d747ca4c | |
parent | Use latest version of livecd-tools on x86 (diff) | |
download | releng-5d312cec76261e3bd8f8bfa3937ede365284ba06.tar.gz releng-5d312cec76261e3bd8f8bfa3937ede365284ba06.tar.bz2 releng-5d312cec76261e3bd8f8bfa3937ede365284ba06.zip |
livegui-stage2 fixes
This removes a trailing whitespace, forces zfs to rebuilt on every build until a
better fix is added and also re-enables broadcom-sta support.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Signed-off-by: Ian Jordan <immoloism@gmail.com>
-rw-r--r-- | releases/specs/amd64/livegui/livegui-stage2.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releases/specs/amd64/livegui/livegui-stage2.spec b/releases/specs/amd64/livegui/livegui-stage2.spec index af3d08fe..dbfb62a0 100644 --- a/releases/specs/amd64/livegui/livegui-stage2.spec +++ b/releases/specs/amd64/livegui/livegui-stage2.spec @@ -12,7 +12,7 @@ livecd/depclean: no livecd/fstype: squashfs livecd/iso: livegui-amd64-@TIMESTAMP@.iso livecd/type: gentoo-release-livecd -livecd/volid: gentoo-amd64-livegui +livecd/volid: gentoo-amd64-livegui livecd/fsscript: @REPO_DIR@/releases/specs/amd64/livegui/files/fsscript-stage2.sh livecd/rcadd: udev|sysinit udev-mount|sysinit acpid|default dbus|default gpm|default NetworkManager|default elogind|boot @@ -26,4 +26,4 @@ boot/kernel: gentoo boot/kernel/gentoo/distkernel: yes boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a mdraid -o btrfs -o crypt -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -i /lib/keymaps /lib/keymaps -I busybox -boot/kernel/gentoo/packages: sys-fs/zfs +boot/kernel/gentoo/packages: --usepkg n sys-fs/zfs broadcom-sta |