Hardened Lunar-Linux Required files
(→The Hardened Lunar Linux Applications and Patches) |
(→The Hardened Lunar-Linux Modules: put a '404' note on the zlocal set at ip-minds.de) |
||
Line 6: | Line 6: | ||
Otherwise it's possible that such modules will be overwritten. | Otherwise it's possible that such modules will be overwritten. | ||
− | Simply download it by the following command: | + | Simply download it by the following command: ('''[[User:Jf|jf]]''': uh... i get a 404 on both of these files???) |
wget http://www.ip-minds.de/lunar_hd/lunarlinux_hd.tar.bz2 | wget http://www.ip-minds.de/lunar_hd/lunarlinux_hd.tar.bz2 |
Latest revision as of 07:07, 8 April 2007
The Hardened Lunar-Linux Modules
As long as this Project is experimental and not many people are interested in it, it's only available for download as a tar.bz2 and a tar.gz.
Warning Backup your zlocal folder, if you have written own modules, not submitted to moonbase. Otherwise it's possible that such modules will be overwritten.
Simply download it by the following command: (jf: uh... i get a 404 on both of these files???)
wget http://www.ip-minds.de/lunar_hd/lunarlinux_hd.tar.bz2
or
wget http://www.ip-minds.de/lunar_hd/lunarlinux_hd.tar.gz
move it now to your "zlocal" directory by typing:
mv lunarlinux_hd.tar.bz2 /var/lib/lunar/moonbase/zlocal/
or
mv lunarlinux_hd.tar.gz /var/lib/lunar/moonbase/zlocal/
Move to that directory and uncompress the archive:
cd /var/lib/lunar/moonbase/zlocal/ tar -xjvf lunarlinux_hd.tar.bz2
or
cd /var/lib/lunar/moonbase/zlocal/ tar -xzvf lunarlinux_hd.tar.gz
That was everything. If u have no actual moonbase you should get one now:
lin moonbase
The Hardened Lunar Linux Applications and Patches
Simply paste the following text to your console, it will download every module and patch so you can install them without beeing online.
lget gcc lget binutils lget coreutils lget glibc lget db lget procps lget perl lget readline lget zlib lget file lget groff lget less lget module-init-tools lget shadow lget linux-2.6 lget sysvinit lget bash lget diffutils lget grep lget sed lget texinfo lget util-linux
For 2.6 Kernel:
lget kernel-headers-2.6 lget linux-2.6 lget kernel-reqs
For 2.4 Kernel (I only support 2.6 Kernel):
lget kernel-headers-2.4 lget linux-2.4 lget kernel-reqs
If you have special Hardware and you need NVIDIA or linux-wlan-ng or something like this, you should lget them, too.
At least you need the filesystem related files.. for example if you use REISERFS:
lget reiserfsprogs
If you use EXT2/3
lget e2fsprogs
If you use JFS
lget jfsutils
If you use XFS
lget xfsutils