Browse Source

reorderd chapters

Toastie 6 months ago
parent
commit
65a6db6291
1 changed files with 10 additions and 10 deletions
  1. 10 10
      README.md

+ 10 - 10
README.md

@@ -3,15 +3,8 @@
 The script in this repo bootstraps Debian bookworm from a grml live environment. Design decisions and usage instructions are outlined in the beginning of the script.
 
 
-## Alternative: Prepare qemu images
-```
-img="/var/lib/libvirt/images/ts-linux-testing.qcow2"
-qemu-img create -f qcow2 -o size=20G $img  # create image
-qemu-nbd -c /dev/nbd0 $img  # create device from image
-qemu-nbd -d /dev/nbd0       # release device
-```
-
 ## Usage
+Remark: Make sure to boot grml for **amd64**
 ```
 # boot grml
 # - press e to setup network if neccessary
@@ -29,5 +22,12 @@ vi config.sh
 /installer/bootstrap-bookworm.sh postinstall
 ```
 
-## Remarks
-- Make sure to boot grml for amd64
+
+## Alternative: Prepare qemu disk as installation target
+```
+img="/var/lib/libvirt/images/ts-linux-testing.qcow2"
+qemu-img create -f qcow2 -o size=20G $img  # create image
+qemu-nbd -c /dev/nbd0 $img  # create device from image
+qemu-nbd -d /dev/nbd0       # release device
+```
+Set `disk=/dev/nbd0` as installation target