Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #257616
| From | Greg Wooledge <greg@wooledge.org> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu |
| Date | 2023-04-26 04:50 +0200 |
| Message-ID | <GoDod-4yhF-3@gated-at.bofh.it> (permalink) |
| References | <GozaV-4vL2-1@gated-at.bofh.it> <GoDey-4yep-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Apr 26, 2023 at 09:34:11AM +0700, Max Nikulin wrote:
> On 26/04/2023 05:02, Valentin Caracalla wrote:
> >
> > user@host:~$ ls -dl $(find /mnt/boot/efi)
>
> find /mnt/boot/efi -print0 | xargs -0 ls -dl --
>
> should be more resistant to peculiar file names, but it does not matter in
> this case.
find /mnt/boot/efi -exec ls -dl {} +
Also, GNU find has a -ls action, which has a different format, but is
worth a look:
find /mnt/boot/efi -ls
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu Valentin Caracalla <vorubergehend@tutanota.com> - 2023-04-26 00:20 +0200
Re: Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu Nicolas George <george@nsup.org> - 2023-04-26 00:30 +0200
Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu Max Nikulin <manikulin@gmail.com> - 2023-04-26 04:40 +0200
Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu Greg Wooledge <greg@wooledge.org> - 2023-04-26 04:50 +0200
Re: Debian installation using debootstrap and grub-install - no entry in ESC boot menu Nicolas George <george@nsup.org> - 2023-04-26 10:50 +0200
csiph-web