Is it possible to add a package to a Red Hat installation that is already in an USB bootable disk?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
If I already have a bootable USB disk with Red Hat Enterprise Linux (RHEL) in it, is it possible to add a package to it?
For example, trying to add ntfs-3g
package to be able to mount a partition formatted with the NTFS filesystem from the rescue shell in RHEL.
I booted a broken Windows machine with my USB disk (RHEL) and chose the option to rescue, and when I get to the shell, I am unable to mount the partition /dev/sda4
in my case, because it says it doesn't know the NTFS filesystem
rhel usb ntfs-3g
 |Â
show 2 more comments
up vote
0
down vote
favorite
If I already have a bootable USB disk with Red Hat Enterprise Linux (RHEL) in it, is it possible to add a package to it?
For example, trying to add ntfs-3g
package to be able to mount a partition formatted with the NTFS filesystem from the rescue shell in RHEL.
I booted a broken Windows machine with my USB disk (RHEL) and chose the option to rescue, and when I get to the shell, I am unable to mount the partition /dev/sda4
in my case, because it says it doesn't know the NTFS filesystem
rhel usb ntfs-3g
1
It's probably easier to just create a new repo on it and add it at install time.
â Ignacio Vazquez-Abrams
May 16 at 17:26
Thank you Ignacio, I am not quite following what you recommended. I am not trying to install anything, could you elaborate a bit more?
â Rafael Ruales
May 16 at 18:30
1
How did you create this "bootable USB disk"?
â Ignacio Vazquez-Abrams
May 16 at 18:34
I used a tool called "Etcher Bootable USB Creator"
â Rafael Ruales
May 16 at 18:52
1
If you're not afraid of reinstalling, passingexpert
to the installer will let you install to a USB drive, giving you a predictable install.
â Ignacio Vazquez-Abrams
May 16 at 19:04
 |Â
show 2 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
If I already have a bootable USB disk with Red Hat Enterprise Linux (RHEL) in it, is it possible to add a package to it?
For example, trying to add ntfs-3g
package to be able to mount a partition formatted with the NTFS filesystem from the rescue shell in RHEL.
I booted a broken Windows machine with my USB disk (RHEL) and chose the option to rescue, and when I get to the shell, I am unable to mount the partition /dev/sda4
in my case, because it says it doesn't know the NTFS filesystem
rhel usb ntfs-3g
If I already have a bootable USB disk with Red Hat Enterprise Linux (RHEL) in it, is it possible to add a package to it?
For example, trying to add ntfs-3g
package to be able to mount a partition formatted with the NTFS filesystem from the rescue shell in RHEL.
I booted a broken Windows machine with my USB disk (RHEL) and chose the option to rescue, and when I get to the shell, I am unable to mount the partition /dev/sda4
in my case, because it says it doesn't know the NTFS filesystem
rhel usb ntfs-3g
edited Jun 5 at 15:35
U880D
399314
399314
asked May 16 at 17:09
Rafael Ruales
62
62
1
It's probably easier to just create a new repo on it and add it at install time.
â Ignacio Vazquez-Abrams
May 16 at 17:26
Thank you Ignacio, I am not quite following what you recommended. I am not trying to install anything, could you elaborate a bit more?
â Rafael Ruales
May 16 at 18:30
1
How did you create this "bootable USB disk"?
â Ignacio Vazquez-Abrams
May 16 at 18:34
I used a tool called "Etcher Bootable USB Creator"
â Rafael Ruales
May 16 at 18:52
1
If you're not afraid of reinstalling, passingexpert
to the installer will let you install to a USB drive, giving you a predictable install.
â Ignacio Vazquez-Abrams
May 16 at 19:04
 |Â
show 2 more comments
1
It's probably easier to just create a new repo on it and add it at install time.
â Ignacio Vazquez-Abrams
May 16 at 17:26
Thank you Ignacio, I am not quite following what you recommended. I am not trying to install anything, could you elaborate a bit more?
â Rafael Ruales
May 16 at 18:30
1
How did you create this "bootable USB disk"?
â Ignacio Vazquez-Abrams
May 16 at 18:34
I used a tool called "Etcher Bootable USB Creator"
â Rafael Ruales
May 16 at 18:52
1
If you're not afraid of reinstalling, passingexpert
to the installer will let you install to a USB drive, giving you a predictable install.
â Ignacio Vazquez-Abrams
May 16 at 19:04
1
1
It's probably easier to just create a new repo on it and add it at install time.
â Ignacio Vazquez-Abrams
May 16 at 17:26
It's probably easier to just create a new repo on it and add it at install time.
â Ignacio Vazquez-Abrams
May 16 at 17:26
Thank you Ignacio, I am not quite following what you recommended. I am not trying to install anything, could you elaborate a bit more?
â Rafael Ruales
May 16 at 18:30
Thank you Ignacio, I am not quite following what you recommended. I am not trying to install anything, could you elaborate a bit more?
â Rafael Ruales
May 16 at 18:30
1
1
How did you create this "bootable USB disk"?
â Ignacio Vazquez-Abrams
May 16 at 18:34
How did you create this "bootable USB disk"?
â Ignacio Vazquez-Abrams
May 16 at 18:34
I used a tool called "Etcher Bootable USB Creator"
â Rafael Ruales
May 16 at 18:52
I used a tool called "Etcher Bootable USB Creator"
â Rafael Ruales
May 16 at 18:52
1
1
If you're not afraid of reinstalling, passing
expert
to the installer will let you install to a USB drive, giving you a predictable install.â Ignacio Vazquez-Abrams
May 16 at 19:04
If you're not afraid of reinstalling, passing
expert
to the installer will let you install to a USB drive, giving you a predictable install.â Ignacio Vazquez-Abrams
May 16 at 19:04
 |Â
show 2 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
This is possible you will have to install the livecd-tools
package from the EPEL repository, then create a custom kickstart file adding your updated package to the %package
list then running.
livecd-creator -c kickstart.ks
The write the created iso to the USB.
Red Hat knowledge base article 44483 is suggesting the above tool. You may have also a look into the man page for livecd-creator utiltity.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
This is possible you will have to install the livecd-tools
package from the EPEL repository, then create a custom kickstart file adding your updated package to the %package
list then running.
livecd-creator -c kickstart.ks
The write the created iso to the USB.
Red Hat knowledge base article 44483 is suggesting the above tool. You may have also a look into the man page for livecd-creator utiltity.
add a comment |Â
up vote
0
down vote
This is possible you will have to install the livecd-tools
package from the EPEL repository, then create a custom kickstart file adding your updated package to the %package
list then running.
livecd-creator -c kickstart.ks
The write the created iso to the USB.
Red Hat knowledge base article 44483 is suggesting the above tool. You may have also a look into the man page for livecd-creator utiltity.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
This is possible you will have to install the livecd-tools
package from the EPEL repository, then create a custom kickstart file adding your updated package to the %package
list then running.
livecd-creator -c kickstart.ks
The write the created iso to the USB.
Red Hat knowledge base article 44483 is suggesting the above tool. You may have also a look into the man page for livecd-creator utiltity.
This is possible you will have to install the livecd-tools
package from the EPEL repository, then create a custom kickstart file adding your updated package to the %package
list then running.
livecd-creator -c kickstart.ks
The write the created iso to the USB.
Red Hat knowledge base article 44483 is suggesting the above tool. You may have also a look into the man page for livecd-creator utiltity.
edited Jun 5 at 15:34
U880D
399314
399314
answered May 24 at 22:42
Tim Brandrick
1014
1014
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f444206%2fis-it-possible-to-add-a-package-to-a-red-hat-installation-that-is-already-in-an%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
It's probably easier to just create a new repo on it and add it at install time.
â Ignacio Vazquez-Abrams
May 16 at 17:26
Thank you Ignacio, I am not quite following what you recommended. I am not trying to install anything, could you elaborate a bit more?
â Rafael Ruales
May 16 at 18:30
1
How did you create this "bootable USB disk"?
â Ignacio Vazquez-Abrams
May 16 at 18:34
I used a tool called "Etcher Bootable USB Creator"
â Rafael Ruales
May 16 at 18:52
1
If you're not afraid of reinstalling, passing
expert
to the installer will let you install to a USB drive, giving you a predictable install.â Ignacio Vazquez-Abrams
May 16 at 19:04