Skip to content

Commit f1c4d56

Browse files
author
Thierry Parmentelat
committed
cleanup - ctd
1 parent b13a53f commit f1c4d56

File tree

4 files changed

+2
-285
lines changed

4 files changed

+2
-285
lines changed

conf_files/lvm.conf

-283
This file was deleted.

initscripts/pl_netinit

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CD_NET_CONF_ROOT=/usr/$NEW_NODE_CONF_NAME
1919

2020
# if all other network configuration file sources
2121
# 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
2323

2424
# a temporary place to hold the old configuration file
2525
# off of the floppy disk if we find it (so we don't have

prep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ echo $nodefamily > $bootcd/etc/planetlab/nodefamily
7272

7373
# Install fallback node configuration file
7474
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
7676

7777
# Copy /etc/passwd out
7878
install -D -m 644 $bootcd/etc/passwd build/passwd
File renamed without changes.

0 commit comments

Comments
 (0)