Blackboxize VM start, related to #287
This commit is contained in:
parent
e7f8b365cd
commit
afa81c81cd
2
basic.sh
2
basic.sh
@ -20,7 +20,7 @@ fi
|
|||||||
|
|
||||||
# Copy boot configuration
|
# Copy boot configuration
|
||||||
cp ${SOURCE_DIR}/boot/extlinux.conf /boot/extlinux.conf
|
cp ${SOURCE_DIR}/boot/extlinux.conf /boot/extlinux.conf
|
||||||
cp ${SOURCE_DIR}/boot/spotter.txt /boot/spotter.txt
|
cp ${SOURCE_DIR}/boot/vm.txt /boot/vm.txt
|
||||||
cp ${SOURCE_DIR}/etc/inittab /etc/inittab
|
cp ${SOURCE_DIR}/etc/inittab /etc/inittab
|
||||||
cp ${SOURCE_DIR}/sbin/extend-disk /sbin/extend-disk
|
cp ${SOURCE_DIR}/sbin/extend-disk /sbin/extend-disk
|
||||||
cp ${SOURCE_DIR}/sbin/spotty /sbin/spotty
|
cp ${SOURCE_DIR}/sbin/spotty /sbin/spotty
|
||||||
|
@ -2,7 +2,7 @@ DEFAULT vm
|
|||||||
PROMPT 0
|
PROMPT 0
|
||||||
ALLOWOPTIONS 0
|
ALLOWOPTIONS 0
|
||||||
NOESCAPE 1
|
NOESCAPE 1
|
||||||
DISPLAY spotter.txt
|
DISPLAY vm.txt
|
||||||
LABEL vm
|
LABEL vm
|
||||||
LINUX vmlinuz-virt
|
LINUX vmlinuz-virt
|
||||||
INITRD initramfs-virt
|
INITRD initramfs-virt
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
Startuji SpotterVM...
|
|
||||||
|
|
1
basic/boot/vm.txt
Normal file
1
basic/boot/vm.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
Reference in New Issue
Block a user