progress
This commit is contained in:
parent
a594ab0d12
commit
1bb11e204b
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,8 @@ 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
|
||||||
|
@ -74,6 +76,7 @@ apt install -y --no-install-recommends \\
|
||||||
less \\
|
less \\
|
||||||
vim \\
|
vim \\
|
||||||
links2
|
links2
|
||||||
|
/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