Compare commits
4 commits
1ef8161db5
...
878153d62f
Author | SHA1 | Date | |
---|---|---|---|
878153d62f | |||
0fae6c300b | |||
f7bffb1824 | |||
a6470df7dc |
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue