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"
|
printf "Remove root password\n"
|
||||||
#echo "root:root" | chpasswd
|
#echo "root:root" | chpasswd
|
||||||
chroot $1 passwd -d root
|
passwd -d root
|
||||||
|
|
||||||
printf "Add MNT repository and key\n"
|
printf "Add MNT repository and key\n"
|
||||||
chroot $1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 376511EB67AD7BAF
|
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"
|
printf "Remove root password\n"
|
||||||
#echo "root:root" | chpasswd
|
#echo "root:root" | chpasswd
|
||||||
chroot $1 passwd --delete root
|
passwd -d root
|
||||||
|
|
||||||
printf "Add MNT repository and key\n"
|
printf "Add MNT repository and key\n"
|
||||||
chroot $1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 376511EB67AD7BAF
|
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"
|
printf "Can't find %s directory\n" "$source"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Start hw setup service
|
#Start hw setur service
|
||||||
chroot $1 systemctl enable reform-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
|
#mask hibernation / sleep target
|
||||||
chroot $1 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
chroot $1 systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ console-setup
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
debian-archive-keyring
|
debian-archive-keyring
|
||||||
dhcpcd5
|
|
||||||
dosfstools
|
dosfstools
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fbset
|
fbset
|
||||||
|
@ -27,6 +26,7 @@ locales
|
||||||
man-db
|
man-db
|
||||||
ntp
|
ntp
|
||||||
ntpdate
|
ntpdate
|
||||||
|
parted
|
||||||
pciutils
|
pciutils
|
||||||
procps
|
procps
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue