diff --git a/customize.sh b/customize.sh index 10a45be..a02f6a0 100755 --- a/customize.sh +++ b/customize.sh @@ -41,6 +41,9 @@ perl -n -i \ -e "print;" \ ${ISO}/boot/grub/{grub,loopback}.cfg +# Prevent some packages from being removed after install +perl -n -i -e 'print unless /gparted/' ${ISO}/casper/filesystem.manifest-remove + sudo install -D -m 0644 files/fallback_dns.conf ${FS}/etc/systemd/resolved.conf.d/fallback_dns.conf if ! [ "$1" == "skip" ] ; then diff --git a/files/customize-inner.sh b/files/customize-inner.sh index 45dce81..f716d67 100755 --- a/files/customize-inner.sh +++ b/files/customize-inner.sh @@ -67,7 +67,9 @@ apt -y install \ firefox \ flashrom \ gddrescue \ + git \ gnuplot \ + gparted \ help2man \ ipython3 \ libnewlib-arm-none-eabi \