[scripts] mkloopcard.txt: forcing net.eth0 in default runlevel is not needed
This commit is contained in:
parent
ca7303e391
commit
87d89b0bd6
@ -134,8 +134,6 @@ rsync -a -H -A -X --delete-during "${CHROOT_DIR}"/ "${tmp_dir}"/ --exclude "/pro
|
|||||||
echo "echo root:root | chpasswd" | chroot "${tmp_dir}"
|
echo "echo root:root | chpasswd" | chroot "${tmp_dir}"
|
||||||
# enable sshd by default
|
# enable sshd by default
|
||||||
echo "rc-update add sshd default" | chroot "${tmp_dir}"
|
echo "rc-update add sshd default" | chroot "${tmp_dir}"
|
||||||
# unfortunately net.eth0 link heartbeat doesn't always work
|
|
||||||
echo "rc-update add net.eth0 default" | chroot "${tmp_dir}"
|
|
||||||
# cleaning up deps
|
# cleaning up deps
|
||||||
echo "rc-update --update" | chroot "${tmp_dir}"
|
echo "rc-update --update" | chroot "${tmp_dir}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user