new development tools
This commit is contained in:
15
disk-setup/configure-hjfs
Executable file
15
disk-setup/configure-hjfs
Executable file
@ -0,0 +1,15 @@
|
||||
#!/cmd/rc
|
||||
|
||||
echo echo on
|
||||
echo create /dist sys sys 775 d
|
||||
echo create /tmp sys sys 775 d
|
||||
echo create /usr sys sys 775 d
|
||||
echo newuser glenda
|
||||
echo newuser adm +glenda
|
||||
echo newuser sys +glenda
|
||||
echo newuser upas +glenda
|
||||
echo sync
|
||||
echo echo off
|
||||
echo halt
|
||||
sleep 2
|
||||
|
6
disk-setup/flproto
Normal file
6
disk-setup/flproto
Normal file
@ -0,0 +1,6 @@
|
||||
srv -p fscons
|
||||
srv fossil
|
||||
fsys main config /dev/sdE1/fossil
|
||||
fsys main open -AWP
|
||||
fsys main
|
||||
|
19
disk-setup/syslinux.cfg
Normal file
19
disk-setup/syslinux.cfg
Normal file
@ -0,0 +1,19 @@
|
||||
DEFAULT menu.c32
|
||||
|
||||
# to force boot jump to a rc shell (without executing /lib/namespace, thus no command in /cmd), add
|
||||
# init='/arch/amd64/cmd/rc -i'
|
||||
# to the APPEND line (before ---)
|
||||
# NOTE: double quotes won't work, only singe quotes are accepted
|
||||
|
||||
LABEL FromUSB
|
||||
KERNEL mboot.c32
|
||||
APPEND jehanne.32bit nobootprompt=local!/shr/usb/sdU67d95 maxcores=1024 auth=10.0.0.203 nvram=/shr/usb/sdU67d95/nvram nvrlen=512 nvroff=0 --- initrd
|
||||
|
||||
LABEL FromAHCI
|
||||
KERNEL mboot.c32
|
||||
APPEND jehanne.32bit nobootprompt=local!#S/sdE0 maxcores=1024 auth=10.0.0.1 nvram=#S/sdE0/nvram nvrlen=512 nvroff=0 --- initrd
|
||||
|
||||
LABEL FromIDE
|
||||
KERNEL mboot.c32
|
||||
APPEND jehanne.32bit nobootprompt=local!#S/sdC0 maxcores=1024 auth=10.0.0.1 nvram=#S/sdC0/nvram nvrlen=512 nvroff=0 --- initrd
|
||||
|
4
disk-setup/venti.conf
Normal file
4
disk-setup/venti.conf
Normal file
@ -0,0 +1,4 @@
|
||||
index main
|
||||
isect /dev/sdE1/isect
|
||||
arenas /dev/sdE1/arenas
|
||||
|
Reference in New Issue
Block a user