]> git.zerfleddert.de Git - m1-debian/blobdiff - files/quickstart.txt
tell an easy way to grow the root partition
[m1-debian] / files / quickstart.txt
index e57b5150dd86efaeba171318e424b8f916c81a7c..93b1d76818a45b3774eeb18c4bc36f79a0b938a1 100644 (file)
@@ -1,3 +1,6 @@
+# grow the root partition
+sgdisk -n 0:0
+
 # grow root filesystem
 lsblk
 resize2fs /dev/nvme0n1pX
@@ -107,3 +110,19 @@ sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.ta
         - Install grub
 
         - reboot
+
+Repack live
+===========
+You might want to save the state of your live system to the usb stick. In order
+to do so, run the following commands:
+
+apt update
+apt-get install -y cpio pigz
+rm /etc/rc.local
+# remove '#' before allow-hotplug
+vi /etc/network/interfaces
+mount /dev/sda1 /mnt
+mv /mnt/initrd.gz /mnt/initrd.old
+cd /
+find . -xdev | cpio --quiet -H newc -o | pigz -9 > /mnt/initrd.gz
+umount /mnt
Impressum, Datenschutz