index
:
hrmpf
this commit
master
hrmpf rescue system, built on Void Linux
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
installer.sh: literally copy live rootfs to the targetdir and cleanup.
Juan RP
2013-08-22
1
-14
/
+10
*
Misc changes to reduce image size.
Juan RP
2013-08-22
2
-67
/
+30
*
README: update.
Juan RP
2013-08-11
1
-1
/
+2
*
Makefile: install void-mkimage.
Juan RP
2013-08-11
1
-0
/
+1
*
Bump version to v19.
Juan RP
2013-08-11
1
-1
/
+1
*
New void-mkimage script to generate working images with a provided rootfs tar...
Juan RP
2013-08-11
1
-0
/
+140
*
Add -V option to show version to void-mk{live,rootfs} and installer in the ti...
Juan RP
2013-08-11
3
-4
/
+9
*
.gitignore: ignore all .sh files.
Juan RP
2013-08-11
1
-3
/
+1
*
installer: detect xen native domU disks (xvd devices).
Juan RP
2013-08-10
1
-8
/
+6
*
Bump to v18.
Juan RP
2013-07-29
1
-1
/
+1
*
installer: use lsblk(8) to find fs{size,type}; use blkid(8) -o value to find ...
Juan RP
2013-07-26
1
-10
/
+10
*
mklive.sh.in: if REPOSITORY_CACHE not set use system default cachedir.
Juan RP
2013-07-12
1
-6
/
+5
*
mklive.sh.in: use -S while installing pkgs for the initramfs.
Juan RP
2013-07-12
1
-1
/
+1
*
Bump version to 17.
Juan RP
2013-07-12
1
-1
/
+1
*
mklive.sh.in: repair support for remote repos.
Juan RP
2013-07-12
1
-3
/
+8
*
mklive.sh.in: add -S to XBPS_ARGS, to make this work with remote repos.
Juan RP
2013-07-12
1
-1
/
+1
*
installer: tyop fix.
Juan RP
2013-07-01
1
-1
/
+1
*
installer: avoid creating a broken dhcpcd.conf.
Juan RP
2013-07-01
1
-13
/
+16
*
Bump version to v16.
Juan RP
2013-06-12
1
-1
/
+1
*
dracut/adduser.sh: fix issue #1.
Juan RP
2013-06-12
1
-0
/
+2
*
mklive.sh: fix the xorriso efi args (needs -no-emul-boot).
Juan RP
2013-06-12
1
-1
/
+1
*
Bump to v15 for the recent EFI boot fix (tested by ojab).
Juan RP
2013-06-11
1
-1
/
+1
*
Use Fedora way to generate the images with xorriso (-e and -isohybrid-gpt-bas...
Juan RP
2013-06-11
1
-1
/
+1
*
dracut: chown after chroot to NEWROOT instead.
Juan RP
2013-06-02
2
-2
/
+1
*
dracut/module-setup.sh: need chown(1) for adduser.sh.
Juan RP
2013-06-02
1
-0
/
+1
*
dracut/adduser.sh: fix polkit rules file name.
Juan RP
2013-06-02
1
-1
/
+1
*
mklive: force-add vmklive dracut module and generate a polkit rules file to b...
Juan RP
2013-06-02
2
-3
/
+18
*
installer: added support for f2fs (Flash-Friendly Filesystem).
Juan RP
2013-05-23
1
-5
/
+7
*
After installing pkgs reconfigure them with systemd-nspawn.
Juan RP
2013-05-22
1
-2
/
+2
*
dracut/copy-initramfs.sh: set $KVER to make this work again.
Juan RP
2013-05-22
1
-0
/
+1
*
dracut/locale.sh: set locale/keymap in newroot config files too.
Juan RP
2013-05-21
1
-0
/
+9
*
mklive: copy kmods from temp rootfs to the final rootfs; remove redundant stuff.
Juan RP
2013-05-21
1
-15
/
+4
*
Set locale.LANG in grub/syslinux config.
Juan RP
2013-05-21
2
-2
/
+2
*
dracut: new locale.sh script to rebuild the target locale.
Juan RP
2013-05-21
2
-0
/
+15
*
copy-kmods.sh -> copy-initramfs.sh; do not copy kmods, just the initramfs for...
Juan RP
2013-05-21
2
-8
/
+1
*
mklive: disable drm dracut module in the initramfs.
Juan RP
2013-05-21
1
-1
/
+1
*
Makefile: bump to 0.14.
Juan RP
2013-05-20
1
-1
/
+1
*
dracut/copy-kmods.sh: copy the initramfs to the new rootfs for proper shutdown.
Juan RP
2013-05-20
1
-0
/
+3
*
mklive: disable dash in the live initramfs; this really sucks for interactive...
Juan RP
2013-05-20
1
-1
/
+1
*
Make sure all filesystems in targetdir are unmounted.
Juan RP
2013-05-20
1
-1
/
+1
*
Update grub/isolinux kernel cmdline: remove useless args.
Juan RP
2013-05-20
2
-3
/
+3
*
dracut: misc tweaks.
Juan RP
2013-05-20
2
-9
/
+9
*
mklive: copy chain.c32 from syslinux to boot from harddisk.
Juan RP
2013-05-20
1
-0
/
+1
*
installer: redirect output to $LOG when regenerating the libc locales.
Juan RP
2013-05-20
1
-1
/
+1
*
installer: provide full list of keymaps, locales and timezones; regenerate wa...
Juan RP
2013-05-20
1
-6
/
+14
*
Copy network kernel modules for network install; misc tweaks.
Juan RP
2013-05-20
1
-4
/
+11
*
dracut/module-setup.sh: need depmod in initramfs for copy-kmods.sh.
Juan RP
2013-05-20
1
-0
/
+1
*
dracut/copy-kmods.sh: after copying kmod re-run depmod.
Juan RP
2013-05-20
1
-1
/
+3
*
Misc tweaks to the generated initramfs in the live image.
Juan RP
2013-05-19
1
-3
/
+2
*
Add another script for dracut to copy kmods from initramfs to the new rootfs.
Juan RP
2013-05-19
2
-0
/
+8
[prev]
[next]