Updated TODO and added some examples

master
Robert "ar" Gerus 2013-05-02 06:56:04 +02:00
parent 6695ff2545
commit b84d2cca1d
3 changed files with 29 additions and 8 deletions

17
TODO
View File

@ -1,6 +1,6 @@
YES: YES:
* Specifying rootfs location filesystem type * Specifying rootfs location filesystem type.
* Configuration examples, HOWTOs * Configuration examples, HOWTOs.
* DNS configuration. * DNS configuration.
* {pre,post}_hooks for some phases. * {pre,post}_hooks for some phases.
@ -9,8 +9,8 @@ MAYBE:
ammount of transformations; will lead to awesome stuff like transforming ammount of transformations; will lead to awesome stuff like transforming
next parts using scripts downloaded in previous parts. next parts using scripts downloaded in previous parts.
Might actually work now, but didn't test it yet. Might actually work now, but didn't test it yet.
* Compression algorithm autodetection based on filename OR bsdtar automagic * Compression algorithm autodetection based on filename OR bsdtar automagic.
* Fancier OK/FAIL - at the end of the line, or somewhere * Fancier OK/FAIL - at the end of the line, or somewhere.
* A proper vim modeline for the initramfs/init script. * A proper vim modeline for the initramfs/init script.
* https. But wget in busybox doesn't and won't support it. * https. But wget in busybox doesn't and won't support it.
http://lists.busybox.net/pipermail/busybox-cvs/2005-April/019949.html http://lists.busybox.net/pipermail/busybox-cvs/2005-April/019949.html
@ -22,7 +22,8 @@ MAYBE:
* Kernel parameter for accepted-by-default ssh keys * Kernel parameter for accepted-by-default ssh keys
DONE: DONE:
* Downloading rootfs over http * Downloading rootfs over http.
* Other compression algorithms * Other compression algorithms.
* Rootfs "overlays"/"parts" * Rootfs "overlays"/"parts".
* Start different init than /sbin/init * Start different init than /sbin/init.
* Added some examples.

View File

@ -0,0 +1,10 @@
UI menu.c32
PROMPT 1
TIMEOUT 50
DEFAULT xen
LABEL xen
MENU LABEL xen
KERNEL mboot.c32
APPEND xen.gz dom0_mem=3G --- vmlinuz ipcmd=link,set,dev,eth0,up ipcmd=addr,add,10.8.1.230/16,dev,eth0 rootfs_part=uuid|e31394e0-fd6e-4e75-b6dd-d36aaf650ae9/thor-dom0/thor.usbstick.tar.xz|unxz|tar rootfs_size=1200M --- /thor-dom0/initramfs-tmpfsroot.gz

View File

@ -0,0 +1,10 @@
UI menu.c32
PROMPT 1
TIMEOUT 50
DEFAULT gentoo/xen/http
LABEL gentoo/xen/http
MENU LABEL gentoo/xen/http
KERNEL mboot.c32
APPEND xen.gz dom0_mem=3G --- vmlinuz ipcmd=link,set,dev,eth0,up ipcmd=addr,add,10.8.1.230/16,dev,eth0 rootfs_part=url|http://10.8.13.37:8080/xen-dom0/xen.dom0.netboot.tar.xz|unxz|tar rootfs_size=1200M --- initramfs-tmpfsroot.gz