File tree 4 files changed +2
-285
lines changed
4 files changed +2
-285
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ CD_NET_CONF_ROOT=/usr/$NEW_NODE_CONF_NAME
19
19
20
20
# if all other network configuration file sources
21
21
# don't exist, fall back to this one (always on the cd)
22
- FALLBACK_NET_CONF=/usr/boot/default-net.cnf
22
+ FALLBACK_NET_CONF=/usr/boot/default-node.txt
23
23
24
24
# a temporary place to hold the old configuration file
25
25
# off of the floppy disk if we find it (so we don't have
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ echo $nodefamily > $bootcd/etc/planetlab/nodefamily
72
72
73
73
# Install fallback node configuration file
74
74
echo " * Installing fallback node configuration file"
75
- install -D -m 644 conf_files /default-net.cnf $bootcd /usr/boot/default-net.cnf
75
+ install -D -m 644 usr-boot /default-node.txt $bootcd /usr/boot/default-node.txt
76
76
77
77
# Copy /etc/passwd out
78
78
install -D -m 644 $bootcd /etc/passwd build/passwd
File renamed without changes.
You can’t perform that action at this time.
0 commit comments