grml-debootstrap icon indicating copy to clipboard operation
grml-debootstrap copied to clipboard

wrapper around debootstrap

Results 68 grml-debootstrap issues
Sort by recently updated
recently updated
newest added

Since *systemd* 247.9-2, *systemd-timesyncd* is only a recommended instead of depended on: > * Demote systemd-timesyncd from Depends to Recommends. > This avoids a dependency cycle between systemd and systemd-timesyncd...

Could you add dracut support please? https://packages.debian.org/dracut

wishlist
feature

Hi there, I finally decided to tackle #169, about time. :) This is an initial implementation. I've tested it with: ```sh sudo UPGRADE_SYSTEM='no' ./grml-debootstrap \ --debopt "--verbose" \ --arch arm64...

https://www.apt-browse.org/browse/debian/wheezy/main/all/grml-debootstrap/0.54/file/etc/debootstrap/config ``` # Packages that should be 'dpkg-reconfigure'-ed while installation. # Default: 'console-data'. # RECONFIGURE='console-data' ``` What's the format for the `RECONFIGURE` setting for `debootstrap/config`? comma separated? It might be...

requested-feedback

I provided my `/etc/debootstrap/locale.gen` file but found it has no effect, then I found the following: ``` Executing stage default_locales Warning: update-locale executable not available (no locales package installed?) Ignoring...

requested-feedback

By default grml-debootstrap used the host /etc/network/interfaces file to configure the network of the guest system. We now provide a systemd-networkd configuration enabling DHCP on all network devices next to...

Using `--vm` or `--vmfile` implies `--nointerfaces`, but in my test, the host `/etc/network/interfaces` was installed into the virtual machine image. I am going to debug this, but wanted to document...

verify

Users without root/superuser privileges wanting to use grml-debootstrap cannot write to `/etc`.

refactor
help wanted