Moved i3wm from Hirsute to Focal and make a link from Hirsute

- removed broken packages within
- enable 32bit - it builds it
- fixed small cosmetic issue in 1st stage of deboostrap
This commit is contained in:
Igor Pecovnik 2021-05-16 15:10:56 +02:00
parent ce3a85c9c4
commit abbc67f0d2
8 changed files with 4 additions and 3 deletions

View File

@ -20,9 +20,9 @@ ghostscript-x inputattach kerneloops language-pack-en libatk-adaptor libgail-com
spice-vdagent dictionaries-common hunspell-en-us
cups cups-bsd cups-client cups-filters system-config-printer system-config-printer-common printer-driver-all
samba smbclient cifs-utils
ubuntu-drivers-common ubuntu-docs ubuntu-wallpapers ubuntu-wallpapers-hirsute ttf-ubuntu-font-family fonts-ubuntu-font-family-console
ubuntu-drivers-common ubuntu-docs ubuntu-wallpapers ttf-ubuntu-font-family fonts-ubuntu-font-family-console
tracker tracker-extract tracker-miner-fs update-inetd update-manager update-manager-core update-notifier update-notifier-common
laptop-detect usb-creator-common usb-creator-gtk overlay-scrollbar overlay-scrollbar-gtk2
laptop-detect overlay-scrollbar overlay-scrollbar-gtk2
gnome-system-monitor gnome-system-tools gnome-power-manager gnome-orca evince evince-common caffeine lxappearance gdebi
apport-gtk dmz-cursor-theme libgsettings-qt1 libappindicator3-1 gir1.2-appindicator3-0.1 gromit
totem totem-common totem-plugins

View File

@ -0,0 +1 @@
../../focal/environments/i3-wm

View File

@ -1 +0,0 @@
arm64

View File

@ -180,6 +180,7 @@ create_rootfs_cache()
display_alert "Installing base system" "Stage 1/2" "info"
cd $SDCARD # this will prevent error sh: 0: getcwd() failed
eval 'debootstrap --variant=minbase --include=${DEBOOTSTRAP_LIST// /,} ${PACKAGE_LIST_EXCLUDE:+ --exclude=${PACKAGE_LIST_EXCLUDE// /,}} \
--arch=$ARCH --components=${DEBOOTSTRAP_COMPONENTS} $DEBOOTSTRAP_OPTION --foreign $RELEASE $SDCARD/ $apt_mirror' \
${PROGRESS_LOG_TO_FILE:+' | tee -a $DEST/debug/debootstrap.log'} \