
dselect - Konfigure
deborphan | xargs apt-get -y remove
apt-get clean
apt-get autoclean
COLUMNS=200 dpkg -l | grep ^rc | awk '{print $2}' | xargs dpkg -P
umount /proc
exit
ls
rm -rf /mnt/hda2/knxsource/KNOPPIX/.rr_moved
mkisofs -R -U -V "Linux-eGov" -P "Linux-eGov filesystem" -hide-rr-moved -cache-inodes -no-bak -pad /mnt/hda2/knxsource/KNOPPIX | nice -5 /usr/bin/create_compressed_fs - 65536 > /mnt/hda2/knxmaster/KNOPPIX/KNOPPIX
cd /mnt/hda2/knxmaster/
find -type f -not -name md5sums -not -name boot.cat -exec md5sum {} \; >> KNOPPIX/md5sums
mkisofs -pad -l -r -J -v -V "Linux-eGov" -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -hide-rr-moved -no-emul-boot -boot-load-size 4 -boot-info-table -o /mnt/hda2/knxsource/meins.iso /mnt/hda2/knxmaster
こんなかんじかしら?
ちなみに、linuxtag な bbs からまんまかっぱらってきてるので未検証(ゎ