diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-11-04 20:38:55 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-11-04 20:38:55 +0100 |
commit | 75b27f7e6a5af4ec375fe2168d6368ac48a73fd4 (patch) | |
tree | 36be24bf82bf2a5c2943a3a2679ccd12d30af096 /TODO | |
parent | e5adfaea4faf36f38296e2ee9813ac58d0c8f011 (diff) | |
download | hrmpf-75b27f7e6a5af4ec375fe2168d6368ac48a73fd4.tar.gz hrmpf-75b27f7e6a5af4ec375fe2168d6368ac48a73fd4.tar.xz hrmpf-75b27f7e6a5af4ec375fe2168d6368ac48a73fd4.zip |
add TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/TODO b/TODO new file mode 100644 index 0000000..f448db0 --- /dev/null +++ b/TODO @@ -0,0 +1,39 @@ +- forensic mode (don't touch disks) +- hrmpf96 (64+32 image, best in the same squashfs and switch_root into + bindmount) +- artwork! +- install to usb + +fdisk +mkfs.vfat -n VOID_LIVE +mount /dev/sda1 /mnt +rsync -avP -x /run/initramfs/live/ /mnt/ +# or here: fatlabel /dev/sda1 VOID_LIVE +sed -i /SAMPLE/d /etc/mtools.conf +syslinux -d boot -i /dev/sda1 +mkdir /mnt/boot/syslinux +mv /mnt/boot/isolinux /mnt/boot/syslinux +mv /mnt/boot/syslinux/isolinux.cfg /mnt/boot/syslinux/syslinux.cfg +dd if=/usr/lib/syslinux/bios/mbr.bin of=hrmpf.img conv=notrunc + + +Possibly interesting packages found in grml not yet in void: + +bacula? +blktrace? no kernel support +bonnie? +buffer? +centerim? +chkrootkit? +clonezilla? +daemon? +hwinfo? +ipmitool? +ipsec-tools? +jfsutils? +mbuffer? +mcelog? +sleuthkit? +slrn? +unison? +vlock? |