Skip to content

Commit

Permalink
docker: Fixes for ISO building
Browse files Browse the repository at this point in the history
  • Loading branch information
pevma committed May 23, 2024
1 parent 9687e5b commit fc332b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-debian-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ then
### END Kernel Version choice ###

lb config \
-a amd64 -d bullseye \
-a amd64 -d bookworm \
--archive-areas "main contrib" \
--swap-file-size 2048 \
--bootloader syslinux \
Expand All @@ -202,7 +202,7 @@ then
else

cd Stamus-Live-Build && lb config \
-a amd64 -d bullseye \
-a amd64 -d bookworm \
--archive-areas "main contrib" \
--swap-file-size 2048 \
--debian-installer live \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ cp /etc/skel/Desktop/FirstTimeSetup.txt /root/Desktop/
apt-get -y remove bison autoconf automake libc6-dev autotools-dev libpcap-dev libnet1-dev libcap-ng-dev \
libnetfilter-queue-dev libnss3-dev libnspr4-dev \
xscreensaver xscreensaver-data manpages-dev libjansson-dev \
ghostscript xmms2-core x11proto-core-dev linux-libc-dev \
ghostscript x11proto-core-dev linux-libc-dev \
rpm alien sane-utils libsane rpm2cpio \
libx11-dev libx11-doc m4

Expand Down

0 comments on commit fc332b4

Please sign in to comment.