Compare commits

...

4 commits

3 changed files with 8 additions and 4 deletions

View file

@ -4,7 +4,7 @@ printf "Customize hook script for mmdebstrap %s\n\n" "$RECIPE"
printf "Remove root password\n"
#echo "root:root" | chpasswd
passwd -d root
chroot $1 passwd -d root
printf "Add MNT repository and key\n"
chroot $1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 376511EB67AD7BAF

View file

@ -4,7 +4,7 @@ printf "Customize hook script for mmdebstrap %s\n\n" "$RECIPE"
printf "Remove root password\n"
#echo "root:root" | chpasswd
passwd -d root
chroot $1 passwd --delete root
printf "Add MNT repository and key\n"
chroot $1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 376511EB67AD7BAF
@ -24,8 +24,12 @@ else
printf "Can't find %s directory\n" "$source"
fi
#Start hw setur service
#Start hw setup service
chroot $1 systemctl enable reform-hw-setup.service
# Start iwd wifi daemon, dhcpcd service sould start automaticaly
chroot $1 systemctl enable iwd
#mask hibernation / sleep target
chroot $1 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

View file

@ -9,6 +9,7 @@ console-setup
coreutils
curl
debian-archive-keyring
dhcpcd5
dosfstools
e2fsprogs
fbset
@ -26,7 +27,6 @@ locales
man-db
ntp
ntpdate
parted
pciutils
procps
pulseaudio