Skip to content

Commit 40fe40f

Browse files
committed
fix jammy not remove live packages
1 parent 84cd992 commit 40fe40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

customize-chroot-jammy.hook.chroot

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
3-
sed -i "s|filesystem.manifest-remove|filesystem.packages-remove|g" /usr/share/ubiquity/install.py
4-
sed -i "s|filesystem.manifest-remove|filesystem.packages-remove|g" /usr/share/ubiquity/plugininstall.py
3+
sed -i "s|filesystem.manifest|filesystem.packages|g" /usr/share/ubiquity/install.py
4+
sed -i "s|filesystem.manifest|filesystem.packages|g" /usr/share/ubiquity/plugininstall.py
55
sed -i "s|'/cdrom'|'/run/live/medium'|g" /usr/share/ubiquity/plugininstall.py
66
sed -i "s|'/cdrom'|'/run/live/medium'|g" /usr/lib/ubiquity/ubiquity/install_misc.py
77
echo "export LIVE_MEDIA_PATH=live" > /etc/casper.conf

0 commit comments

Comments
 (0)