| 42 |
dname=potato |
dname=potato |
| 43 |
verbose= |
verbose= |
| 44 |
# Additional packages that are install to nfsroot |
# Additional packages that are install to nfsroot |
| 45 |
packages="dhcp-client file rdate cfengine bootpc wget rsh-client less ssh dump ext2resize raidtools2 lvm" |
packages="dhcp-client file rdate cfengine bootpc wget rsh-client less ssh dump ext2resize raidtools2 lvm strace expectk5.31" |
|
|
|
| 46 |
|
|
| 47 |
basetgz=base${dversion}.tgz |
basetgz=base${dversion}.tgz |
| 48 |
fai=/usr/lib/fai |
fai=/usr/lib/fai |
| 102 |
reboot -dfi |
reboot -dfi |
| 103 |
EOF |
EOF |
| 104 |
chmod a+rx $root/etc/rc2.d/S01fai_abort |
chmod a+rx $root/etc/rc2.d/S01fai_abort |
|
|
|
|
touch $root/fai/BOOTP && echo "fai now using BOOTP protocol" |
|
|
# touch $root/fai/DHCP && echo "fai now using DHCP protocol" |
|
| 105 |
setup_ssh |
setup_ssh |
|
|
|
| 106 |
} |
} |
| 107 |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 108 |
upgrade_nfsroot() { |
upgrade_nfsroot() { |