Skip to content

Commit

Permalink
fix ubiquity not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jfliu committed Aug 9, 2023
1 parent 4dcab45 commit 9c01c01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions customize-chroot-jammy.hook.chroot
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -e
sed -i "s|filesystem.manifest-remove|filesystem.packages-remove|g" /usr/share/ubiquity/install.py
sed -i "s|self.casper_path|/run/live/medium/live|g" /usr/share/ubiquity/install.py
sed -i "s|filesystem.manifest-remove|filesystem.packages-remove|g" /usr/share/ubiquity/plugininstall.py
sed -i "s|self.casper_path|/run/live/medium/live|g" /usr/share/ubiquity/plugininstall.py
2 changes: 1 addition & 1 deletion lb-config-jammy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wget https://raw.githubusercontent.com/armbian/build/main/config/cli/common/main
wget https://raw.githubusercontent.com/armbian/build/main/config/cli/common/main/packages.additional -O config/package-lists/armbian-cli-addtional.list.chroot_install
wget https://raw.githubusercontent.com/armbian/build/main/config/desktop/jammy/environments/gnome/config_base/packages -O config/package-lists/armbian-gnome.list.chroot_install
sed -i "/lightdm/d" config/package-lists/armbian-gnome.list.chroot_install
sed -i "/openssh-server/d" config/package-lists/armbian-gnome.list.chroot_install
sed -i "/openssh-server/d" config/package-lists/armbian-cli.list.chroot_install
cp additional-packages config/package-lists/additional-packages.list.chroot_install
cp additional-packages-live.jammy config/package-lists/additional-packages.list.chroot_live

Expand Down

0 comments on commit 9c01c01

Please sign in to comment.