Skip to content

Commit

Permalink
Fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dslm4515 committed Jan 21, 2019
1 parent 8281697 commit 39020c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Copy boot directories and scripts. Do not just copy entire git directory, as it
# Enter chroot for target system first, otherwise adjust paths accordingly
cp -ar s6 /etc/
# Compile the 'basic' database.
s6-rc-compile /etc/s6/db/default /etc/s6/db-src/basic
s6-rc-compile /etc/s6/db/basic /etc/s6/db-src/basic
# Create link database to use for boot
ln -sv /etc/s6/db/default /etc/s6/db/current
ln -sv /etc/s6/db/basic /etc/s6/db/current
# Create link for Kernel to find init script
ln -sv /etc/s6/init /sbin/init
# Create links for poweroff and reboot
Expand Down
6 changes: 6 additions & 0 deletions net-configs/ifconfig.eth0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ONBOOT="no"
IFACE="eth0"
SERVICE="dhcpcd "

DHCP_START="-b -q"
DHCP_STOP="-k"
2 changes: 1 addition & 1 deletion s6/env/HOSTNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hpts11musl
mlfs

0 comments on commit 39020c0

Please sign in to comment.