Browse Source

Add git and gparted to the image

tags/nilmbuntu-7
Jim Paris 3 years ago
parent
commit
97044d59f4
2 changed files with 5 additions and 0 deletions
  1. +3
    -0
      customize.sh
  2. +2
    -0
      files/customize-inner.sh

+ 3
- 0
customize.sh View File

@@ -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


+ 2
- 0
files/customize-inner.sh View File

@@ -67,7 +67,9 @@ apt -y install \
firefox \
flashrom \
gddrescue \
git \
gnuplot \
gparted \
help2man \
ipython3 \
libnewlib-arm-none-eabi \


Loading…
Cancel
Save