Compare commits
No commits in common. "2a67bbd47dc7582c6a208ec24309f02de067fe77" and "a594ab0d12a0e32d53a065cc09487b9d3e50ae67" have entirely different histories.
2a67bbd47d
...
a594ab0d12
1 changed files with 1 additions and 12 deletions
|
@ -45,8 +45,6 @@ test -f build/chroot || mkdir -p build/chroot
|
||||||
|
|
||||||
message "running debootstrap"
|
message "running debootstrap"
|
||||||
sudo debootstrap bullseye build/chroot/ http://ftp.de.debian.org/debian || sudo debootstrap bullseye build/chroot/ http://ftp.de.debian.org/debian
|
sudo debootstrap bullseye build/chroot/ http://ftp.de.debian.org/debian || sudo debootstrap bullseye build/chroot/ http://ftp.de.debian.org/debian
|
||||||
message "copy xdgmenumaker deb file into chroot"
|
|
||||||
sudo cp deb/xdgmenumaker* build/chroot/tmp
|
|
||||||
message "deploying install_base"
|
message "deploying install_base"
|
||||||
cat <<EOF > build/chroot/tmp/install_base.sh
|
cat <<EOF > build/chroot/tmp/install_base.sh
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
@ -58,10 +56,6 @@ apt install -y --no-install-recommends \\
|
||||||
linux-image-amd64 \\
|
linux-image-amd64 \\
|
||||||
grub-pc \\
|
grub-pc \\
|
||||||
ifupdown \\
|
ifupdown \\
|
||||||
net-tools \\
|
|
||||||
wireless-tools \\
|
|
||||||
wpagui \\
|
|
||||||
isc-dhcp-client \\
|
|
||||||
man \\
|
man \\
|
||||||
console-data \\
|
console-data \\
|
||||||
locales \\
|
locales \\
|
||||||
|
@ -79,12 +73,7 @@ apt install -y --no-install-recommends \\
|
||||||
curl \\
|
curl \\
|
||||||
less \\
|
less \\
|
||||||
vim \\
|
vim \\
|
||||||
links2 \\
|
links2
|
||||||
firefox-esr \\
|
|
||||||
transmission-gtk \\
|
|
||||||
lxterminal \\
|
|
||||||
arandr \\
|
|
||||||
/tmp/xdgmenumaker*.deb
|
|
||||||
echo -e "debian\ndebian" | (passwd root)
|
echo -e "debian\ndebian" | (passwd root)
|
||||||
useradd -m -s /bin/bash debian
|
useradd -m -s /bin/bash debian
|
||||||
echo -e "debian\ndebian" | (passwd debian)
|
echo -e "debian\ndebian" | (passwd debian)
|
||||||
|
|
Loading…
Reference in a new issue