Compare commits
No commits in common. "878153d62f745929951bf5cae17a0fe8f0fdac83" and "1ef8161db52673c2ac2649e1bdd772a1c226f8ee" have entirely different histories.
878153d62f
...
1ef8161db5
3 changed files with 4 additions and 8 deletions
|
@ -4,7 +4,7 @@ printf "Customize hook script for mmdebstrap %s\n\n" "$RECIPE"
|
|||
|
||||
printf "Remove root password\n"
|
||||
#echo "root:root" | chpasswd
|
||||
chroot $1 passwd -d root
|
||||
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
|
||||
chroot $1 passwd --delete root
|
||||
passwd -d root
|
||||
|
||||
printf "Add MNT repository and key\n"
|
||||
chroot $1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 376511EB67AD7BAF
|
||||
|
@ -24,12 +24,8 @@ else
|
|||
printf "Can't find %s directory\n" "$source"
|
||||
fi
|
||||
|
||||
#Start hw setup service
|
||||
#Start hw setur 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,7 +9,6 @@ console-setup
|
|||
coreutils
|
||||
curl
|
||||
debian-archive-keyring
|
||||
dhcpcd5
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
fbset
|
||||
|
@ -27,6 +26,7 @@ locales
|
|||
man-db
|
||||
ntp
|
||||
ntpdate
|
||||
parted
|
||||
pciutils
|
||||
procps
|
||||
pulseaudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue