Remove binary packages pool from ISO
This commit is contained in:
parent
02640d5d56
commit
1cc82c32c6
3 changed files with 1 additions and 34 deletions
|
@ -45,7 +45,7 @@ lb config noauto \
|
||||||
--zsync false \
|
--zsync false \
|
||||||
--security true \
|
--security true \
|
||||||
--updates true \
|
--updates true \
|
||||||
--debootstrap-options "--include=ca-certificates --variant=minbase" \
|
--debootstrap-options "--include=ca-certificates,systemd" \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
||||||
# replace channel and suite
|
# replace channel and suite
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
apt-ftparchive \
|
|
||||||
-o "APT::FTPArchive::Release::Acquire-By-Hash=yes" \
|
|
||||||
-o "APT::FTPArchive::Release::Architectures=amd64" \
|
|
||||||
-o "APT::FTPArchive::Release::Codename=$CODENAME" \
|
|
||||||
-o "APT::FTPArchive::Release::Components=main restricted non-free" \
|
|
||||||
-o "APT::FTPArchive::Release::Description=Ubuntu $CODENAME $VERSION" \
|
|
||||||
-o "APT::FTPArchive::Release::Label=Ubuntu" \
|
|
||||||
-o "APT::FTPArchive::Release::Origin=Ubuntu" \
|
|
||||||
-o "APT::FTPArchive::Release::Suite=$CODENAME" \
|
|
||||||
-o "APT::FTPArchive::Release::Version=$VERSION" release "dists/$CODENAME" \
|
|
||||||
> dists/$CODENAME/Release
|
|
||||||
|
|
||||||
# gpg --batch --yes --digest-algo sha512 --sign --detach-sign -u 0x65A0FEF800E0F671DA40A0AD0CCCDBF527989837 --armor -o "dists/$CODENAME/Release.gpg" "dists/$CODENAME/Release"
|
|
|
@ -1,18 +0,0 @@
|
||||||
b43-fwcutter
|
|
||||||
bcmwl-kernel-source
|
|
||||||
dkms
|
|
||||||
intel-microcode
|
|
||||||
iucode-tool
|
|
||||||
setserial
|
|
||||||
user-setup
|
|
||||||
|
|
||||||
efibootmgr
|
|
||||||
secureboot-db
|
|
||||||
|
|
||||||
#if ARCHITECTURES amd64
|
|
||||||
grub-efi-amd64
|
|
||||||
grub-efi-amd64-bin
|
|
||||||
grub-efi-amd64-signed
|
|
||||||
shim
|
|
||||||
shim-signed
|
|
||||||
#endif
|
|
Loading…
Add table
Reference in a new issue