diff --git a/config/bootstrap b/config/bootstrap index 73e2032..7cd1e0f 100644 --- a/config/bootstrap +++ b/config/bootstrap @@ -22,7 +22,7 @@ LB_DISTRIBUTION_BINARY="bookworm" LB_PARENT_DISTRIBUTION_BINARY="bookworm" # Select parent distribution for debian-installer to use -LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="" +LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="bookworm" # Select archive areas to use LB_ARCHIVE_AREAS="main contrib non-free non-free-firmware" diff --git a/config/hooks/live/0800-vivaldi-browser.hook b/config/hooks/live/0300-vivaldi-browser.hook.chroot old mode 100644 new mode 100755 similarity index 100% rename from config/hooks/live/0800-vivaldi-browser.hook rename to config/hooks/live/0300-vivaldi-browser.hook.chroot diff --git a/config/hooks/live/0500-xnviewmp.hook b/config/hooks/live/0500-xnviewmp.hook.chroot old mode 100644 new mode 100755 similarity index 76% rename from config/hooks/live/0500-xnviewmp.hook rename to config/hooks/live/0500-xnviewmp.hook.chroot index 04743df..08b78e3 --- a/config/hooks/live/0500-xnviewmp.hook +++ b/config/hooks/live/0500-xnviewmp.hook.chroot @@ -1,8 +1,9 @@ #!/bin/bash -set -e +#set -e wget https://download.xnview.com/XnViewMP-linux-x64.deb dpkg -i XnViewMP-linux-x64.deb +apt -fy install -exit 0 \ No newline at end of file +exit 0 diff --git a/config/hooks/live/0600-balena-etcher.hook b/config/hooks/live/0600-balena-etcher.hook.chroot old mode 100644 new mode 100755 similarity index 100% rename from config/hooks/live/0600-balena-etcher.hook rename to config/hooks/live/0600-balena-etcher.hook.chroot diff --git a/config/hooks/live/0700-mattermost-desktop.hook b/config/hooks/live/0700-mattermost-desktop.hook.chroot old mode 100644 new mode 100755 similarity index 100% rename from config/hooks/live/0700-mattermost-desktop.hook rename to config/hooks/live/0700-mattermost-desktop.hook.chroot