Difference between revisions of "Overseas Lessdisks"
Jump to navigation
Jump to search
| (13 intermediate revisions by 3 users not shown) | |||
| Line 11: | Line 11: | ||
# apt-get install dialog xdialog | # apt-get install dialog xdialog | ||
# lessdisks-install | # lessdisks-install | ||
| + | # xterm + sdm-term | ||
| + | #leave ip=dhcp alone | ||
| + | # thy | ||
| + | # same machine for x applications and disk space | ||
| + | # automatically configure x on startup | ||
| + | # don't start x on default | ||
| + | # do do lessdisks-setup | ||
| + | #*don't use emacs for your text editor | ||
| + | # '''on another virtual terminal, configure the network card''' | ||
| + | #* edit /etc/network/interfaces | ||
| + | #* auto eth1 | ||
| + | #* iface eth1 inet static | ||
| + | #* address 10.10.???.254 | ||
| + | #* netmask 255.255.255.0 | ||
| + | # In /etc/exports (lessdisks-setup dumps you into it) | ||
| + | #* comment out (add a # to the beginning of the line) the /var/lib/lessdisks * line | ||
| + | #* uncomment (remove the #) the /var/lib/lessdisks 192.168... | ||
| + | #* Change 192.168.1.0 to 10.10.???.0 | ||
| + | # install xfs | ||
| + | # follow instructions about no-listen | ||
| + | # install dhcp | ||
| + | # install sdm | ||
| + | # follow the instructions | ||
| + | # apt-get install dhcp3-server | ||
| + | ## eth1 | ||
| + | ## non-authoritative | ||
| + | ## install a new version over it | ||
| + | # replace /etc/dhcp3/dhcpd.conf with [[overseas lessdisks dhcpdconf]] | ||
| + | # edit /etc/dhcp3/dhcpd.conf and change 10.10.1.x to 10.10.???.x | ||
| + | # download package list, install all | ||
Latest revision as of 16:57, 24 October 2013
- install baseserver
- Fix postclone hook if necessary (root (hd0,0) setup(hd0,0))
- fix network connection (/etc/network/interfaces)
- add deb http://fg.lessdisks.net/debian/current / to /etc/apt/sources.list
- apt-get update
- apt-get install lessdisks
- choose sarge
- add fg. to the deb http://lessdisks.net...
- add http://sempai:3128 for the proxy
- add no users to the lessdisks management group
- apt-get install dialog xdialog
- lessdisks-install
- xterm + sdm-term
- leave ip=dhcp alone
- thy
- same machine for x applications and disk space
- automatically configure x on startup
- don't start x on default
- do do lessdisks-setup
- don't use emacs for your text editor
- on another virtual terminal, configure the network card
- edit /etc/network/interfaces
- auto eth1
- iface eth1 inet static
- address 10.10.???.254
- netmask 255.255.255.0
- In /etc/exports (lessdisks-setup dumps you into it)
- comment out (add a # to the beginning of the line) the /var/lib/lessdisks * line
- uncomment (remove the #) the /var/lib/lessdisks 192.168...
- Change 192.168.1.0 to 10.10.???.0
- install xfs
- follow instructions about no-listen
- install dhcp
- install sdm
- follow the instructions
- apt-get install dhcp3-server
- eth1
- non-authoritative
- install a new version over it
- replace /etc/dhcp3/dhcpd.conf with overseas lessdisks dhcpdconf
- edit /etc/dhcp3/dhcpd.conf and change 10.10.1.x to 10.10.???.x
- download package list, install all