wip
This commit is contained in:
parent
f06ecd1665
commit
3f12f9f8ad
1 changed files with 1 additions and 1 deletions
2
entry.sh
2
entry.sh
|
@ -2,7 +2,7 @@
|
|||
|
||||
function first_stage(){
|
||||
echo foo first_stage
|
||||
creating image file
|
||||
echo creating image file
|
||||
dd if=/dev/zero of=/root/disk.img bs=1M count=512
|
||||
losetup -f /root/disk.img
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue