uodate build script
This commit is contained in:
parent
52ab0f93bb
commit
2e185030f2
|
@ -17,30 +17,32 @@ for i in ./* ./.build ; do [ $i = ./cache ] && continue || rm -rf $i ; done
|
||||||
# See /usr/lib/live/build/config for a full list of examples.
|
# See /usr/lib/live/build/config for a full list of examples.
|
||||||
# Up above is the manual description of what options I used so far.
|
# Up above is the manual description of what options I used so far.
|
||||||
lb config \
|
lb config \
|
||||||
--clean \
|
--mode debian \
|
||||||
--color \
|
--distribution bookworm \
|
||||||
--quiet \
|
--archive-areas "main contrib non-free non-free-firmware" \
|
||||||
--archive-areas "main contrib non-free" \
|
--architectures amd64 \
|
||||||
--architectures amd64 \
|
--linux-flavours amd64 \
|
||||||
--apt-recommends true \
|
--apt-recommends true \
|
||||||
--backports false \
|
--binary-images iso-hybrid \
|
||||||
--binary-images iso-hybrid \
|
--firmware-binary true \
|
||||||
--cache true \
|
--firmware-chroot true \
|
||||||
--checksums sha512 \
|
--security true \
|
||||||
--distribution testing \
|
--updates true \
|
||||||
--firmware-binary true \
|
--backports true \
|
||||||
--firmware-chroot true \
|
--image-name "PepOS" \
|
||||||
--image-name "PepOS" \
|
--iso-application "PeppermintOS" \
|
||||||
--iso-application "PeppermintOS" \
|
--iso-preparer "PeppermintOS-https://peppermintos.com/" \
|
||||||
--iso-preparer "PeppermintOS-https://peppermintos.com/" \
|
--iso-publisher "Peppermint OS Team" \
|
||||||
--iso-publisher "Peppermint OS Team" \
|
--image-name "PepOS" \
|
||||||
--iso-volume "${TODAY} 1" \
|
--iso-volume "${TODAY} 1" \
|
||||||
--linux-flavours amd64 \
|
--win32-loader false \
|
||||||
--mode debian \
|
--checksums sha512 \
|
||||||
--security true \
|
--cache true \
|
||||||
--updates true \
|
--clean \
|
||||||
--win32-loader false \
|
--color \
|
||||||
--zsync false \
|
--quiet \
|
||||||
|
--zsync false \
|
||||||
|
"${@}"
|
||||||
|
|
||||||
|
|
||||||
# Install the XFCE Desktop
|
# Install the XFCE Desktop
|
||||||
|
@ -151,8 +153,6 @@ xfsprogs
|
||||||
" > $uchinanchu/fusato/config/package-lists/installer.list.chroot
|
" > $uchinanchu/fusato/config/package-lists/installer.list.chroot
|
||||||
|
|
||||||
echo "# install firmware for squasfs to improve hardware compatibility.
|
echo "# install firmware for squasfs to improve hardware compatibility.
|
||||||
atmel-firmware
|
|
||||||
bluez-firmware
|
|
||||||
firmware-linux-free
|
firmware-linux-free
|
||||||
midisport-firmware
|
midisport-firmware
|
||||||
firmware-misc-nonfree
|
firmware-misc-nonfree
|
||||||
|
|
Loading…
Reference in New Issue